diff --git a/helm/aws-collector/templates/_helpers.tpl b/helm/aws-collector/templates/_helpers.tpl index bf4bf63..2253dfc 100644 --- a/helm/aws-collector/templates/_helpers.tpl +++ b/helm/aws-collector/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 }} application.giantswarm.io/team: {{ index .Chart.Annotations "application.giantswarm.io/team" | quote }}