From 48360eeb953fcacf5c6298df2ce35c05d1052858 Mon Sep 17 00:00:00 2001 From: Elad Dolev Date: Sun, 6 Nov 2022 23:13:13 +0200 Subject: [PATCH] fix(argo-cd): Add missing ClusterRole permissions to argo-cd-server to manage Application in all namespaces (#1621) Signed-off-by: Elad Dolev --- charts/argo-cd/Chart.yaml | 4 ++-- charts/argo-cd/templates/argocd-server/clusterrole.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 0f0ecb1d..be90ddc4 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -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" diff --git a/charts/argo-cd/templates/argocd-server/clusterrole.yaml b/charts/argo-cd/templates/argocd-server/clusterrole.yaml index ee6015be..2caa4dd0 100644 --- a/charts/argo-cd/templates/argocd-server/clusterrole.yaml +++ b/charts/argo-cd/templates/argocd-server/clusterrole.yaml @@ -42,5 +42,6 @@ rules: verbs: - get - list + - update - watch {{- end }}