From 6d4999be4ceeed9be6003d61d1018d3902f826ee Mon Sep 17 00:00:00 2001 From: TULCHINSKI LIRAN Date: Thu, 9 Apr 2026 09:38:41 +0300 Subject: [PATCH] helm: fix deploy docker tag with v --- helm/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl index dec8b41..4ddb26b 100644 --- a/helm/templates/_helpers.tpl +++ b/helm/templates/_helpers.tpl @@ -54,7 +54,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }} Returns the tag of the chart. */}} {{- define "3d-extractable-management.tag" -}} -{{- default .Chart.AppVersion .Values.image.tag }} +{{- default (printf "v%s" .Chart.AppVersion) .Values.image.tag }} {{- end }} {{/*