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 }} {{/*