File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
templates/argocd-application-controller Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.12.4
33kubeVersion : " >=1.25.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 7.6.8
6+ version : 7.6.9
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
Original file line number Diff line number Diff line change @@ -278,6 +278,10 @@ For full list of changes please check ArtifactHub [changelog].
278278
279279Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
280280
281+ # ## 7.6.9
282+
283+ We have added the permission for the application controller on the applicationsets, to be able to create them in the target clusters.
284+
281285# ## 7.0.0
282286
283287We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
Original file line number Diff line number Diff line change @@ -278,6 +278,10 @@ For full list of changes please check ArtifactHub [changelog].
278278
279279Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
280280
281+ ### 7.6.9
282+
283+ We have added the permission for the application controller on the applicationsets, to be able to create them in the target clusters.
284+
281285### 7.0.0
282286
283287We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
Original file line number Diff line number Diff line change 1919 - argoproj.io
2020 resources :
2121 - applications
22+ - applicationsets
2223 - appprojects
2324 verbs :
2425 - create
You can’t perform that action at this time.
0 commit comments