diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 8329fdc8..6b73ba65 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.4.2 description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 4.9.6 +version: 4.9.7 home: https://github.com/argoproj/argo-helm icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png keywords: @@ -21,4 +21,5 @@ dependencies: condition: redis-ha.enabled annotations: artifacthub.io/changes: | - - "[Added]: Support clusterResourceBlacklist" + - "[Fixed]: fix ArgoCD notifications config map name in role" + - "[Fixed]: fix ArgoCD notifications secret name in role" diff --git a/charts/argo-cd/templates/argocd-notifications/role.yaml b/charts/argo-cd/templates/argocd-notifications/role.yaml index 75a88e5f..545ff327 100644 --- a/charts/argo-cd/templates/argocd-notifications/role.yaml +++ b/charts/argo-cd/templates/argocd-notifications/role.yaml @@ -28,7 +28,7 @@ rules: - apiGroups: - "" resourceNames: - - {{ template "argo-cd.notifications.fullname" . }}-cm + - {{ include "argo-cd.notifications.configMapName" . }} resources: - configmaps verbs: @@ -36,7 +36,7 @@ rules: - apiGroups: - "" resourceNames: - - {{ template "argo-cd.notifications.fullname" . }}-secret + - {{ include "argo-cd.notifications.secretName" . }} resources: - secrets verbs: