We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4058ee0 commit e88ea7fCopy full SHA for e88ea7f
charts/db-operator/templates/_helpers.tpl
@@ -124,5 +124,5 @@ Image version definition;
124
Image version definition using Github Packages format ('v' prefix);
125
*/}}
126
{{- define "github_packages_image_version" -}}
127
-{{- printf "v%s" (default .Chart.AppVersion .Values.image.tag) }}
+{{- default (printf "v%s" .Chart.AppVersion) .Values.image.tag }}
128
{{- end -}}
0 commit comments