diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 985c10685a15c4a358f36b4930e30b1806426f4e..ccd12ba37ca8b2fe84b0ab05e7e3156a733e868f 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -34,6 +34,6 @@ If release name contains chart name it will be used as a full name. {{- if not (eq "amd64" .Values.global.imageArch) -}} {{- print "-" .Values.global.imageArch -}} {{- else -}} -{{- print "" -}} +{{- print "-" "amd64" -}} {{- end -}} {{- end }}