File tree 2 files changed +2
-2
lines changed
pkg/plugins/optional/helm/v1alpha/scaffolds/internal/templates/chart-templates
testdata/project-v4-with-plugins/dist/chart/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const helmHelpersTemplate = `{{` + "`" + `{{- define "chart.name" -}}` + "`" + `
62
62
Common labels for the chart.
63
63
*/}}
64
64
{{` + "`" + `{{- define "chart.labels" -}}` + "`" + `}}
65
- {{` + "`" + `{{- if .Chart.AppVersion }}` + "`" + `}}
65
+ {{` + "`" + `{{- if .Chart.AppVersion - }}` + "`" + `}}
66
66
app.kubernetes.io/version: {{` + "`" + `{{ .Chart.AppVersion | quote }}` + "`" + `}}
67
67
{{` + "`" + `{{- end }}` + "`" + `}}
68
68
{{` + "`" + `{{- if .Chart.Version }}` + "`" + `}}
Original file line number Diff line number Diff line change 14
14
15
15
16
16
{ {- define " chart.labels" -} }
17
- { {- if .Chart.AppVersion } }
17
+ { {- if .Chart.AppVersion - } }
18
18
app.kubernetes.io/version: { { .Chart.AppVersion | quote } }
19
19
{ {- end } }
20
20
{ {- if .Chart.Version } }
You can’t perform that action at this time.
0 commit comments