From 36ed342f537980f3077dc7bd46750a4c1b9bd3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 9 Feb 2026 16:08:36 +0100 Subject: [PATCH] fix(cilium): Without v? --- helmfile.d/cilium.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile.d/cilium.yaml.gotmpl b/helmfile.d/cilium.yaml.gotmpl index 51ab9b11..455d18cb 100644 --- a/helmfile.d/cilium.yaml.gotmpl +++ b/helmfile.d/cilium.yaml.gotmpl @@ -16,7 +16,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}v1.18.4{{ else }}v1.16.2{{ end }} + version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "hel1" }}1.18.4{{ else }}1.16.2{{ end }} condition: cilium.enabled values: - ../values/cilium/values/cilium.yaml.gotmpl