Skip to content

Commit d8890fa

Browse files
committed
fix: removes Chart.Version which is problematic w/ flux
1 parent 7344389 commit d8890fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

charts/vgpu-token-operator/templates/_helpers.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
{{- if .Chart.AppVersion -}}
1818
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
1919
{{- end }}
20-
{{- if .Chart.Version }}
21-
helm.sh/chart: {{ .Chart.Version | quote }}
22-
{{- end }}
2320
app.kubernetes.io/name: {{ include "chart.name" . }}
2421
app.kubernetes.io/instance: {{ .Release.Name }}
2522
app.kubernetes.io/managed-by: {{ .Release.Service }}

0 commit comments

Comments
 (0)