fix(argocd): Add changes and bump version
Signed-off-by: Elad Shmitanka <elad@myheritage.com>
This commit is contained in:
parent
0c23e8ac0d
commit
84d6908579
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ appVersion: v2.7.7
|
||||||
kubeVersion: ">=1.23.0-0"
|
kubeVersion: ">=1.23.0-0"
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 5.41.0
|
version: 5.41.1
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -28,3 +28,5 @@ annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Make ServiceMonitor deployment conditional on CRD existence
|
description: Make ServiceMonitor deployment conditional on CRD existence
|
||||||
|
- kind: fixed
|
||||||
|
description: Fix SAML auth when using private CA with Ingress
|
||||||
|
|
Loading…
Reference in a new issue