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 a2e0553 commit 09a31a6Copy full SHA for 09a31a6
pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates/helpers_tpl.go
@@ -62,7 +62,7 @@ const helmHelpersTemplate = `{{` + "`" + `{{- define "chart.name" -}}` + "`" + `
62
Common labels for the chart.
63
*/}}
64
{{` + "`" + `{{- define "chart.labels" -}}` + "`" + `}}
65
-{{` + "`" + `{{- if .Chart.AppVersion }}` + "`" + `}}
+{{` + "`" + `{{- if .Chart.AppVersion -}}` + "`" + `}}
66
app.kubernetes.io/version: {{` + "`" + `{{ .Chart.AppVersion | quote }}` + "`" + `}}
67
{{` + "`" + `{{- end }}` + "`" + `}}
68
{{` + "`" + `{{- if .Chart.Version }}` + "`" + `}}
0 commit comments