We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6556f6 commit e51dfaaCopy full SHA for e51dfaa
charts/argo-cd/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: v2.12.4
3
kubeVersion: ">=1.25.0-0"
4
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
5
name: argo-cd
6
-version: 7.6.8
+version: 7.6.9
7
home: https://github.com/argoproj/argo-helm
8
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
9
sources:
charts/argo-cd/templates/argocd-application-controller/role.yaml
@@ -19,6 +19,7 @@ rules:
19
- argoproj.io
20
resources:
21
- applications
22
+ - applicationsets
23
- appprojects
24
verbs:
25
- create
0 commit comments