File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v3.5.8
33name : argo-workflows
44description : A Helm chart for Argo Workflows
55type : application
6- version : 0.41.10
6+ version : 0.41.11
77icon : https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
88home : https://github.com/argoproj/argo-helm
99sources :
@@ -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
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ app.kubernetes.io/name: {{ include "argo-workflows.name" .context }}-{{ .name }}
9494app.kubernetes.io/instance: { { .context.Release.Name } }
9595{ {- if .component } }
9696app.kubernetes.io/component: { { .component } }
97+ app: { { .component } }
9798{ {- end } }
9899{ {- end } }
99100
You can’t perform that action at this time.
0 commit comments