From 0d26156c2cc5da15f1a697b8dc75d21df2a2f08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 23 Feb 2026 16:12:31 +0100 Subject: [PATCH] chore(argocd): Bump all clusters to latest --- helmfile.d/argo.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile.d/argo.yaml.gotmpl b/helmfile.d/argo.yaml.gotmpl index e7b020b6..785de356 100644 --- a/helmfile.d/argo.yaml.gotmpl +++ b/helmfile.d/argo.yaml.gotmpl @@ -15,7 +15,7 @@ releases: - name: argocd namespace: argocd chart: argo/argo-cd - version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}9.4.4{{ else }}7.9.1{{ end }} + version: 9.4.4 condition: argo.enabled values: - ../values/argo/values/argocd.yaml.gotmpl