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:
Laurent Lavaud 2024-01-19 22:00:29 +01:00
parent a29d2165ac
commit 2939a1bd9f
2 changed files with 11 additions and 3 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.9.1
kubeVersion: ">=1.23.0-0" kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd name: argo-cd
version: 5.51.2 version: 5.52.0
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources: sources:
@ -27,4 +27,4 @@ annotations:
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: changed - kind: changed
description: Upgrade Argo CD to v2.9.1 description: Update application controller role

View file

@ -35,3 +35,11 @@ rules:
verbs: verbs:
- create - create
- list - list
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- watch