File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v2.5.2
33kubeVersion : " >=1.22.0-0"
44description : A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55name : argo-cd
6- version : 5.14.1
6+ version : 5.14.2
77home : https://github.com/argoproj/argo-helm
88icon : https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99sources :
@@ -23,7 +23,4 @@ dependencies:
2323 condition : redis-ha.enabled
2424annotations :
2525 artifacthub.io/changes : |
26- - "[Added]: Configuration option configs.gpg"
27- - "[Deprecated]: Configuration option configs.gpgKeys"
28- - "[Deprecated]: Configuration option configs.gpgKeysAnnotations"
29- - "[Fixed]: Documentation for declarative setup"
26+ - "[Deprecated]: Configuration option server.extraArgs."--insecure""
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ DEPRECATED option server.logFormat - Use configs.params.server.log.format
2828{{- if .Values.server.logLevel }}
2929DEPRECATED option server.logLevel - Use configs.params.server.log.level
3030{{- end }}
31+ {{- if has "--insecure" .Values.server.extraArgs }}
32+ DEPRECATED option server.extraArgs."--insecure" - Use configs.params.server.insecure
33+ {{- end }}
3134{{- if .Values.repoServer.logFormat }}
3235DEPRECATED option repoServer.logFormat - Use configs.params.repoServer.log.format
3336{{- end }}
You can’t perform that action at this time.
0 commit comments