fix(argo-cd): deprecate server.extraArgs."--insecure" (#1669)
Signed-off-by: GitHub <noreply@github.com> Signed-off-by: GitHub <noreply@github.com>pull/1668/head^2 argo-cd-5.14.2
parent
062417e30d
commit
a93c45cdc7
|
@ -3,7 +3,7 @@ appVersion: v2.5.2
|
|||
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.14.1
|
||||
version: 5.14.2
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
@ -23,7 +23,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Configuration option configs.gpg"
|
||||
- "[Deprecated]: Configuration option configs.gpgKeys"
|
||||
- "[Deprecated]: Configuration option configs.gpgKeysAnnotations"
|
||||
- "[Fixed]: Documentation for declarative setup"
|
||||
- "[Deprecated]: Configuration option server.extraArgs."--insecure""
|
||||
|
|
|
@ -28,6 +28,9 @@ DEPRECATED option server.logFormat - Use configs.params.server.log.format
|
|||
{{- if .Values.server.logLevel }}
|
||||
DEPRECATED option server.logLevel - Use configs.params.server.log.level
|
||||
{{- end }}
|
||||
{{- if has "--insecure" .Values.server.extraArgs }}
|
||||
DEPRECATED option server.extraArgs."--insecure" - Use configs.params.server.insecure
|
||||
{{- end }}
|
||||
{{- if .Values.repoServer.logFormat }}
|
||||
DEPRECATED option repoServer.logFormat - Use configs.params.repoServer.log.format
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in New Issue