Skip to content

Commit

Permalink
fix(argo-workflows): Add unhealthyPodEvictionPolicy to workflow contr…
Browse files Browse the repository at this point in the history
…oller PDB

Signed-off-by: Clément FLEURY <[email protected]>
  • Loading branch information
fleuryc-owkin committed Nov 7, 2024
1 parent 69f3edd commit 11ebb3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v3.5.12
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.42.7
version: 0.42.8
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
Expand All @@ -18,3 +18,5 @@ annotations:
artifacthub.io/changes: |
- kind: added
description: Support lifecycle and terminationGracePeriodSeconds for server
- kind: added
description: explicitly set unhealthyPodEvictionPolicy to IfHealthyBudget in controller PDB
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
{{- else }}
minAvailable: 0
{{- end }}
unhealthyPodEvictionPolicy: IfHealthyBudget
selector:
matchLabels:
{{- include "argo-workflows.selectorLabels" (dict "context" . "name" .Values.controller.name) | nindent 6 }}
Expand Down

0 comments on commit 11ebb3d

Please sign in to comment.