diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 8bfeb05e..860174eb 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -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" diff --git a/charts/argo-cd/templates/argocd-aggregate-roles.yaml b/charts/argo-cd/templates/argocd-aggregate-roles.yaml index d11329a3..12d0e006 100644 --- a/charts/argo-cd/templates/argocd-aggregate-roles.yaml +++ b/charts/argo-cd/templates/argocd-aggregate-roles.yaml @@ -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