Skip to content

Commit e51dfaa

Browse files
committed
fix(argo-cd): Add rights on applicationsets for application controller
Signed-off-by: OpenGuidou <[email protected]>
1 parent f6556f6 commit e51dfaa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/argo-cd/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: v2.12.4
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 7.6.8
6+
version: 7.6.9
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:

charts/argo-cd/templates/argocd-application-controller/role.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ rules:
1919
- argoproj.io
2020
resources:
2121
- applications
22+
- applicationsets
2223
- appprojects
2324
verbs:
2425
- create

0 commit comments

Comments
 (0)