Skip to content

Commit

Permalink
feat(argo-cd): Update application controller role
Browse files Browse the repository at this point in the history
- update role following update from this
  [PR](argoproj/argo-cd#16785)

Signed-off-by: Laurent Lavaud <[email protected]>
  • Loading branch information
llavaud committed Jan 19, 2024
1 parent a29d216 commit 2939a1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v2.9.1
kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.51.2
version: 5.52.0
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand All @@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Upgrade Argo CD to v2.9.1
description: Update application controller role
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,12 @@ rules:
- events
verbs:
- create
- list
- list
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- watch

0 comments on commit 2939a1b

Please sign in to comment.