fix(argo-workflows): add all crds to aggregate-roles template (#2301)

fix: add all crds to aggregate-roles

Signed-off-by: Jonathan Raymond <jonwraymond@gmail.com>
This commit is contained in:
Jonathan Raymond 2023-10-17 17:53:16 -06:00 committed by GitHub
parent 8c72bed779
commit 575ee244b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 3 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.5.0
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.36.0 version: 0.36.1
icon: https://argoproj.github.io/argo-workflows/assets/logo.png icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: fixed
description: added support for commonLabels description: added all crds to aggregate-roles

View file

@ -20,6 +20,12 @@ rules:
- cronworkflows/finalizers - cronworkflows/finalizers
- clusterworkflowtemplates - clusterworkflowtemplates
- clusterworkflowtemplates/finalizers - clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
- workflowtaskresults
- workflowtaskresults/finalizers
- workflowartifactgctasks
- workflowartifactgctasks/finalizers
verbs: verbs:
- get - get
- list - list
@ -46,6 +52,12 @@ rules:
- cronworkflows/finalizers - cronworkflows/finalizers
- clusterworkflowtemplates - clusterworkflowtemplates
- clusterworkflowtemplates/finalizers - clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
- workflowtaskresults
- workflowtaskresults/finalizers
- workflowartifactgctasks
- workflowartifactgctasks/finalizers
verbs: verbs:
- create - create
- delete - delete
@ -79,6 +91,12 @@ rules:
- cronworkflows/finalizers - cronworkflows/finalizers
- clusterworkflowtemplates - clusterworkflowtemplates
- clusterworkflowtemplates/finalizers - clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
- workflowtaskresults
- workflowtaskresults/finalizers
- workflowartifactgctasks
- workflowartifactgctasks/finalizers
verbs: verbs:
- create - create
- delete - delete