fix(argo-cd): deprecate server.extraArgs."--insecure" (#1669)
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
062417e30d
commit
a93c45cdc7
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ appVersion: v2.5.2
|
||||||
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.14.1
|
version: 5.14.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,7 +23,4 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Configuration option configs.gpg"
|
- "[Deprecated]: Configuration option server.extraArgs."--insecure""
|
||||||
- "[Deprecated]: Configuration option configs.gpgKeys"
|
|
||||||
- "[Deprecated]: Configuration option configs.gpgKeysAnnotations"
|
|
||||||
- "[Fixed]: Documentation for declarative setup"
|
|
||||||
|
|
|
@ -28,6 +28,9 @@ DEPRECATED option server.logFormat - Use configs.params.server.log.format
|
||||||
{{- if .Values.server.logLevel }}
|
{{- if .Values.server.logLevel }}
|
||||||
DEPRECATED option server.logLevel - Use configs.params.server.log.level
|
DEPRECATED option server.logLevel - Use configs.params.server.log.level
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if has "--insecure" .Values.server.extraArgs }}
|
||||||
|
DEPRECATED option server.extraArgs."--insecure" - Use configs.params.server.insecure
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.repoServer.logFormat }}
|
{{- if .Values.repoServer.logFormat }}
|
||||||
DEPRECATED option repoServer.logFormat - Use configs.params.repoServer.log.format
|
DEPRECATED option repoServer.logFormat - Use configs.params.repoServer.log.format
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue