From 354f3bef4de5125cbdef02a273b63dd6dbafb310 Mon Sep 17 00:00:00 2001 From: Philipp Riederer Date: Thu, 2 May 2024 20:36:43 +0200 Subject: [PATCH] do not use always-changing label in labelSelector labelSelector is immutable and thus `helm upgrade` fails --- charts/wave/templates/_helpers.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/wave/templates/_helpers.tpl b/charts/wave/templates/_helpers.tpl index 8c864a24..1a4ce0f3 100644 --- a/charts/wave/templates/_helpers.tpl +++ b/charts/wave/templates/_helpers.tpl @@ -18,6 +18,5 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this {{- define "wave-labels.chart" -}} app: {{ template "wave-name" . }} release: {{ .Release.Name | quote }} -chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" heritage: {{ .Release.Service | quote }} {{- end -}}