fix(argo-cd): Add missing ClusterRole permissions to argo-cd-server to manage Application in all namespaces (#1621)
Signed-off-by: Elad Dolev <dolevelad@gmail.com>pull/1626/head argo-cd-5.13.4
parent
22496be7d7
commit
48360eeb95
|
@ -3,7 +3,7 @@ appVersion: v2.5.1
|
|||
kubeVersion: ">=1.22.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.13.3
|
||||
version: 5.13.4
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
@ -23,4 +23,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: Add /tmp volumeMount to extensions container"
|
||||
- "[Fixed]: Add missing ClusterRole permissions to argo-cd-server to manage Application in all namespaces"
|
||||
|
|
|
@ -42,5 +42,6 @@ rules:
|
|||
verbs:
|
||||
- get
|
||||
- list
|
||||
- update
|
||||
- watch
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue