From c33943e7cce1e3409aa91a288ac14a6dd868b604 Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Mon, 14 Oct 2024 14:41:48 +0800 Subject: [PATCH] feat(main): fix helm config (#42) Signed-off-by: cuisongliu --- deploy/charts/automq-operator/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/automq-operator/templates/_helpers.tpl b/deploy/charts/automq-operator/templates/_helpers.tpl index 88bff29..a2a8fab 100644 --- a/deploy/charts/automq-operator/templates/_helpers.tpl +++ b/deploy/charts/automq-operator/templates/_helpers.tpl @@ -81,7 +81,7 @@ IfNotPresent {{- define "automq-operator.revision" -}} {{- if eq (include "automq-operator.getTag" .) "latest" -}} -{{.Release.Revision}} +"{{.Release.Revision}}" {{- else -}} {{ include "automq-operator.getTag" .}} {{- end -}}