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
Elad Dolev 2022-11-06 23:13:13 +02:00 committed by GitHub
parent 22496be7d7
commit 48360eeb95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -42,5 +42,6 @@ rules:
verbs:
- get
- list
- update
- watch
{{- end }}