Skip to content

Commit

Permalink
Fix app labels (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Mar 12, 2024
1 parent 81bb99c commit 5af2a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/dashboards/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5af2a7d

Please sign in to comment.