Skip to content

Commit

Permalink
fix(argo-cd): Add missing ClusterRole permissions to argo-cd-server t…
Browse files Browse the repository at this point in the history
…o manage Application in all namespaces (#1621)

Signed-off-by: Elad Dolev <dolevelad@gmail.com>
  • Loading branch information
EladDolev committed Nov 6, 2022
1 parent 22496be commit 48360ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.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:
Expand All @@ -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"
1 change: 1 addition & 0 deletions charts/argo-cd/templates/argocd-server/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ rules:
verbs:
- get
- list
- update
- watch
{{- end }}

0 comments on commit 48360ee

Please sign in to comment.