From d72df1fd0db39645ab0708cfc9ac6387561ddabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 10 Mar 2026 12:51:23 +0000 Subject: [PATCH] chore(prometheus): Bump to latest on hel1 --- 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 b2897d0c..fce80c12 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: 72.9.1 + version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}82.10.1{{ else }}72.9.1{ end }} condition: prometheus.enabled values: - ../values/prometheus/values/prometheus.yaml.gotmpl