Skip to content

Commit

Permalink
feat(main): fix helm config (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu authored Oct 14, 2024
1 parent 4ef33c6 commit c33943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/automq-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit c33943e

Please # to comment.