chore(argo-cd): Consolidate cluster-wide RBAC (#1597)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
7992b5d04b
commit
c5648d5c9f
10 changed files with 70 additions and 66 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.5.5
|
|||
kubeVersion: ">=1.22.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.16.14
|
||||
version: 5.16.15
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -23,6 +23,7 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Docs]: Added sample how to provide K8s credentials plugin"
|
||||
- "[Docs]: Added sample how to provide Argo config management plugin"
|
||||
- "[Docs]: Removed samples that injects tools into incorrect controllers"
|
||||
- "[Added]: Option createClusterRoles to enable cluster roles from one place"
|
||||
- "[Deprecated]: Option controller.clusterAdminAccess.enabled"
|
||||
- "[Deprecated]: Option server.clusterAdminAccess.enabled"
|
||||
- "[Deprecated]: Option repoServer.clusterAdminAccess.enabled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue