From fecc7acd0fd8b57a8e1579148515efb5a2736ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 23 Sep 2025 14:20:28 +0200 Subject: [PATCH] fix(prometheus): Down grade to working version --- helmfile.d/prometheus.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile.d/prometheus.yaml.gotmpl b/helmfile.d/prometheus.yaml.gotmpl index 1ac4169f..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: 76.4.1 + version: 72.7.0 condition: prometheus.enabled values: - ../values/prometheus/values/prometheus.yaml.gotmpl