docs(argo-cd): Remove incorrect deprecation note (#1830)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
3bede30d39
commit
e17d218600
2 changed files with 3 additions and 6 deletions
|
@ -3,7 +3,7 @@ appVersion: v2.6.0
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.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: 5.20.1
|
version: 5.20.2
|
||||||
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:
|
||||||
|
@ -23,5 +23,5 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: removed
|
||||||
description: Sync latest ApplicationSet CRD
|
description: Removed incorrect deprecation note
|
||||||
|
|
|
@ -52,9 +52,6 @@ DEPRECATED option configs.gpgKeys - Use config.gpg.keys
|
||||||
{{- if .Values.configs.gpgKeysAnnotations }}
|
{{- if .Values.configs.gpgKeysAnnotations }}
|
||||||
DEPRECATED option configs.gpgKeysAnnotations - Use config.gpg.annotations
|
DEPRECATED option configs.gpgKeysAnnotations - Use config.gpg.annotations
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if hasKey .Values "createAggregateRoles" }}
|
|
||||||
DEPRECATED option createAggregateRoles - Use global.rbac.aggregatedRoles
|
|
||||||
{{- end }}
|
|
||||||
{{- if hasKey (.Values.controller.clusterAdminAccess | default dict) "enabled" }}
|
{{- if hasKey (.Values.controller.clusterAdminAccess | default dict) "enabled" }}
|
||||||
DEPRECATED option .controller.clusterAdminAccess.enabled - Use createClusterRoles
|
DEPRECATED option .controller.clusterAdminAccess.enabled - Use createClusterRoles
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue