fix(argo-cd): Add rights on applicationsets for application controller
Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com>
This commit is contained in:
parent
f6556f6ef0
commit
d541e9bda6
4 changed files with 11 additions and 2 deletions
|
@ -3,7 +3,7 @@ appVersion: v2.12.4
|
||||||
kubeVersion: ">=1.25.0-0"
|
kubeVersion: ">=1.25.0-0"
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 7.6.8
|
version: 7.6.9
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -27,4 +27,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Set affinity in redis secret-init job.
|
description: Add rights on applicationsets for application controller.
|
||||||
|
|
|
@ -278,6 +278,10 @@ For full list of changes please check ArtifactHub [changelog].
|
||||||
|
|
||||||
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
||||||
|
|
||||||
|
### 7.6.9
|
||||||
|
|
||||||
|
We have added the permission for the application controller on the applicationsets, to be able to create them in the target clusters.
|
||||||
|
|
||||||
### 7.0.0
|
### 7.0.0
|
||||||
|
|
||||||
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
||||||
|
|
|
@ -278,6 +278,10 @@ For full list of changes please check ArtifactHub [changelog].
|
||||||
|
|
||||||
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
||||||
|
|
||||||
|
### 7.6.9
|
||||||
|
|
||||||
|
We have added the permission for the application controller on the applicationsets, to be able to create them in the target clusters.
|
||||||
|
|
||||||
### 7.0.0
|
### 7.0.0
|
||||||
|
|
||||||
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
We changed the type of `.Values.configs.clusterCredentials` from `list` to `object`.
|
||||||
|
|
|
@ -19,6 +19,7 @@ rules:
|
||||||
- argoproj.io
|
- argoproj.io
|
||||||
resources:
|
resources:
|
||||||
- applications
|
- applications
|
||||||
|
- applicationsets
|
||||||
- appprojects
|
- appprojects
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
|
|
Loading…
Reference in a new issue