From d354da0f490ae0d50fb1133ab37aeba0e689cb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 23 Feb 2026 16:03:52 +0100 Subject: [PATCH] chore: Bump argocd hel1 --- helmfile.d/argo.yaml.gotmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helmfile.d/argo.yaml.gotmpl b/helmfile.d/argo.yaml.gotmpl index 682f8dad..a2c4f2dc 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: 7.9.1 + version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}1.18.6{{ else }}7.9.1{{ end }} condition: argo.enabled values: - ../values/argo/values/argocd.yaml.gotmpl @@ -66,4 +66,3 @@ releases: - '{{`{{ .Environment.Name }}`}}' - ../values/argo/manifests - _argo -