feat(argo-cd): Make redis secret initialization optional (#2713)

* Make redis secret initialization optional

Signed-off-by: michaelvl <mvl.gh@network42.dk>

* Remove artifacthub.io/changes from previous change

Signed-off-by: michaelvl <mvl.gh@network42.dk>

---------

Signed-off-by: michaelvl <mvl.gh@network42.dk>
This commit is contained in:
Michael Vittrup Larsen 2024-05-23 14:36:49 +02:00 committed by GitHub
parent e6776415a4
commit 728b6e7326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 6 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.11.1
kubeVersion: ">=1.23.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 6.10.2
version: 6.11.0
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
@ -27,4 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: Added priorityClassName for the redis secret init job
description: Made Redis secret initialization optional with default enabled