feat(argo-cd): Consolidate certificate config for repositories (#1786)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
4dd31571b3
commit
5b9f624ba2
7 changed files with 98 additions and 71 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.5.7
|
|||
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.18.1
|
||||
version: 5.19.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -23,4 +23,6 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: README information about 5.12.0 TLS changes"
|
||||
- "[Added]: Option configs.ssh.extraHosts that allows to keep original SSH known list"
|
||||
- "[Changed]: Option configs.knownHosts deprecated as moved to configs.ssh"
|
||||
- "[Changed]: Option configs.tlsCerts deprecated as moved to configs.tls"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue