chore(argo-cd): add support for http probe scheme for dex (#2550)

This commit is contained in:
Florian Boulanger 2024-02-28 07:28:35 +01:00 committed by GitHub
parent fa85e824f0
commit 2f82fb5992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

View file

@ -3,7 +3,7 @@ appVersion: v2.10.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.4.0
version: 6.4.1
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
@ -27,6 +27,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Added support for application controller dynamic cluster distribution.
- kind: fixed
description: Added env variables to handle the non-standard names generated by the helm chart.
description: Added support for http probe scheme for dex liveness and readiness