Skip to content

Commit

Permalink
fix(spire): duplicate app.kubernetes.io/version labels on some resour…
Browse files Browse the repository at this point in the history
…ces (#271)

Co-authored-by: Amit Lichtenberg <amitlicht@gmail.com>
  • Loading branch information
raynay-r and amitlicht authored Jan 19, 2025
1 parent b19aa69 commit a0d3584
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spire/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ Common agent labels
{{- define "spire.agent.labels" -}}
helm.sh/chart: {{ include "spire.chart" . }}
{{ include "spire.agent.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

Expand Down

0 comments on commit a0d3584

Please sign in to comment.