feat(argo-workflows): Support livenessProbe to server (#3175)
* feat(argo-workflows): Support readinessProbe to server Signed-off-by: yu-croco <yu.croco@gmail.com> * fix: readiness/liveness Signed-off-by: yu-croco <yu.croco@gmail.com> --------- Signed-off-by: yu-croco <yu.croco@gmail.com> Co-authored-by: JM (Jason Meridth) <jmeridth@gmail.com>
This commit is contained in:
parent
4f356644ca
commit
cef816a740
5 changed files with 54 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ appVersion: v3.6.4
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.45.7
|
||||
version: 0.45.8
|
||||
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
sources:
|
||||
|
|
@ -16,5 +16,5 @@ annotations:
|
|||
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
|
||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: Update the SSO configuration instructions to reflect the correct field name
|
||||
- kind: added
|
||||
description: Support livenessProbe to server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue