From 6548dae873aaf2883a97327148312f290af5322f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 23 Sep 2025 12:44:43 +0200 Subject: [PATCH] chore: Bump Prometheus Operator --- helmfile.d/prometheus.yaml.gotmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helmfile.d/prometheus.yaml.gotmpl b/helmfile.d/prometheus.yaml.gotmpl index e6decb76..2a143cd9 100644 --- a/helmfile.d/prometheus.yaml.gotmpl +++ b/helmfile.d/prometheus.yaml.gotmpl @@ -15,7 +15,7 @@ releases: - name: prometheus namespace: prometheus chart: prometheus/kube-prometheus-stack - version: 62.7.0 + version: 72.7.0 condition: prometheus.enabled values: - ../values/prometheus/values/prometheus.yaml.gotmpl @@ -41,4 +41,3 @@ releases: - '{{`{{ .Environment.Name }}`}}' - ../values/prometheus/manifests - manifests -