fix(argo-cd): Include applicationset resources in aggregated ClusterRoles (#1230)

Signed-off-by: Cameron McAvoy <cmcavoy@indeed.com>
pull/1236/head argo-cd-4.5.6
Cameron McAvoy 2022-04-22 03:33:46 -05:00 committed by GitHub
parent 608e396964
commit a90beacd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.3.3
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 4.5.5
version: 4.5.6
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -21,4 +21,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Changed]: changed redis-exporter repository to docker hub as bitami migrated their images off quay"
- "[Fixed]: applicationset resources were not included in aggregate argo cluster roles"

View File

@ -11,6 +11,7 @@ rules:
- argoproj.io
resources:
- applications
- applicationsets
- appprojects
verbs:
- get
@ -30,6 +31,7 @@ rules:
- argoproj.io
resources:
- applications
- applicationsets
- appprojects
verbs:
- create
@ -54,6 +56,7 @@ rules:
- argoproj.io
resources:
- applications
- applicationsets
- appprojects
verbs:
- create