From 27527f3ab5e293589bfbacf8ce9fc0e8a1e3a013 Mon Sep 17 00:00:00 2001 From: Shaun Turner Date: Thu, 3 Oct 2024 12:54:52 +0000 Subject: [PATCH] fix to chart_version --- templates/deployment-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment-configuration.yaml b/templates/deployment-configuration.yaml index 03f7afa..f5517ca 100644 --- a/templates/deployment-configuration.yaml +++ b/templates/deployment-configuration.yaml @@ -10,7 +10,7 @@ data: {{ $key }}_branch: {{ $value.branch }} {{ end }} {{ if hasKey $value "chart_version"}} - {{ $key }}_chart_version: {{ $value.branch }} + {{ $key }}_chart_version: {{ $value.chart_version }} {{ end }} {{ if hasKey $value "image"}} {{ $key }}_image: {{ $value.branch }}