feat(argo-cd): Add dnsConfig and dnsPolicy for pods (#1773)
feat(argo-cd): Add dnsConfig and dnsPolicy for pods (#1771) Signed-off-by: Loris Torikian <loris_torikian@hotmail.fr> Co-authored-by: Loris Torikian <loris.torikian@square-sense.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
4a56a4d7f0
commit
d59ae7bd75
12 changed files with 86 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v2.6.1
|
|||
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.20.5
|
||||
version: 5.21.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
|
@ -23,5 +23,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Fixed missing quotes on Ingress host
|
||||
- kind: added
|
||||
description: Allow dnsConfig pod configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue