diff --git a/helm/dashboards/templates/_helpers.tpl b/helm/dashboards/templates/_helpers.tpl index 8a0927eb..4864247e 100644 --- a/helm/dashboards/templates/_helpers.tpl +++ b/helm/dashboards/templates/_helpers.tpl @@ -19,10 +19,10 @@ Common labels {{- define "labels.common" -}} app.kubernetes.io/name: {{ include "name" . | quote }} app.kubernetes.io/instance: {{ $.Release.Name | quote }} -app.giantswarm.io/branch: {{ $.Values.global.project.branch | replace "#" "-" | replace "/" "-" | replace "." "-" | trunc 63 | trimSuffix "-" | quote }} -app.giantswarm.io/commit: {{ $.Values.global.project.commit | quote }} app.kubernetes.io/managed-by: {{ $.Release.Service | quote }} app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }} +application.giantswarm.io/branch: {{ $.Values.global.project.branch | replace "#" "-" | replace "/" "-" | replace "." "-" | trunc 63 | trimSuffix "-" | quote }} +application.giantswarm.io/commit: {{ $.Values.global.project.commit | quote }} helm.sh/chart: {{ include "chart" . | quote }} giantswarm.io/service-type: {{ $.Values.global.serviceType }} app.giantswarm.io/kind: "dashboard"