Skip to content

Commit 8130224

Browse files
authored
fix(argo-workflows): add app: label to components to match upstream (argoproj#2775)
1 parent 3c127ab commit 8130224

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/argo-workflows/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v3.5.8
33
name: argo-workflows
44
description: A Helm chart for Argo Workflows
55
type: application
6-
version: 0.41.10
6+
version: 0.41.11
77
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
88
home: https://github.com/argoproj/argo-helm
99
sources:
@@ -16,5 +16,5 @@ annotations:
1616
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
1717
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
1818
artifacthub.io/changes: |
19-
- kind: changed
20-
description: Bump argo-workflows to v3.5.8
19+
- kind: fixed
20+
description: Add `app:` label to components to match upstream

charts/argo-workflows/templates/_helpers.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ app.kubernetes.io/name: {{ include "argo-workflows.name" .context }}-{{ .name }}
9494
app.kubernetes.io/instance: {{ .context.Release.Name }}
9595
{{- if .component }}
9696
app.kubernetes.io/component: {{ .component }}
97+
app: {{ .component }}
9798
{{- end }}
9899
{{- end }}
99100

0 commit comments

Comments
 (0)