From 6d12eb5f21e26305a08cfad8d4554f78e39ecfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B3=BD=E6=84=8F?= Date: Tue, 29 Aug 2023 18:08:55 +0800 Subject: [PATCH] up --- templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 985c106..ccd12ba 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 }} -- 2.26.0