feat(argo-cd): Add probes for Dex server (#890)
* Add probes for Dex server >= 2.28.0 Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Enable metrics port and allow user to configure only retries Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Update README Signed-off-by: Petr Drastil <petr.drastil@gmail.com> * Place probe configuration on top-level Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
3a4baae95d
commit
da73ab6a69
4 changed files with 54 additions and 9 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 2.1.0
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.13.2
|
||||
version: 3.14.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Parameterized dex service port names for istio-ingress 403 error"
|
||||
- "[Added]: Probe configuration for Dex server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue