diff --git a/charts/metaflow/charts/metaflow-ui/templates/_helpers.tpl b/charts/metaflow/charts/metaflow-ui/templates/_helpers.tpl index 54d3231..5a03aae 100644 --- a/charts/metaflow/charts/metaflow-ui/templates/_helpers.tpl +++ b/charts/metaflow/charts/metaflow-ui/templates/_helpers.tpl @@ -56,7 +56,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} {{- define "metaflow-ui.labelsStatic" -}} -{{ include "metaflow-ui.labels" . }} +helm.sh/chart: {{ include "metaflow-ui.chart" . }} {{ include "metaflow-ui.selectorLabelsStatic" . }} {{- if .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}