feat(argo-cd): Update application controller role
- update role following update from this [PR](https://github.com/argoproj/argo-cd/pull/16785) Signed-off-by: Laurent Lavaud <llavaud@lvdconsulting.pro>
This commit is contained in:
parent
a29d2165ac
commit
2939a1bd9f
2 changed files with 11 additions and 3 deletions
|
@ -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:
|
||||
|
@ -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
|
||||
|
|
|
@ -34,4 +34,12 @@ rules:
|
|||
- events
|
||||
verbs:
|
||||
- create
|
||||
- list
|
||||
- list
|
||||
- apiGroups:
|
||||
- apps
|
||||
resources:
|
||||
- deployments
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
|
|
Loading…
Reference in a new issue