From f24a8a98ce026ee888504ef2c90ff6e781c4edfa Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Tue, 12 Mar 2024 17:29:06 +0100 Subject: [PATCH] Fix app-related labels (#1695) --- helm/cluster-operator/templates/_helpers.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/cluster-operator/templates/_helpers.tpl b/helm/cluster-operator/templates/_helpers.tpl index 0f2b2e27c..c440957bb 100644 --- a/helm/cluster-operator/templates/_helpers.tpl +++ b/helm/cluster-operator/templates/_helpers.tpl @@ -19,8 +19,8 @@ Common labels {{- define "labels.common" -}} app: {{ include "name" . | quote }} {{ include "labels.selector" . }} -app.giantswarm.io/branch: {{ .Values.project.branch | quote }} -app.giantswarm.io/commit: {{ .Values.project.commit | quote }} +application.giantswarm.io/branch: {{ .Values.project.branch | quote }} +application.giantswarm.io/commit: {{ .Values.project.commit | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} helm.sh/chart: {{ include "chart" . | quote }}