Skip to content

Commit

Permalink
chore: update the patroni helm chart to allow unhealthy pod evictions (
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist authored Nov 4, 2024
1 parent b5fcb27 commit 389ed91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/patroni/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: patroni
description: "Highly available: HA PostgreSQL cluster."
version: 1.6.0
version: 1.6.1
appVersion: 3.2-p1
home: https://github.com/bcgov/sso-helm-charts/tree/main/charts/patroni
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/patroni/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ spec:
{{- end }}
selector:
matchLabels: {{ include "patroni.selectorLabels" . | nindent 6 }}
unhealthyPodEvictionPolicy: AlwaysAllow
{{- end }}

0 comments on commit 389ed91

Please sign in to comment.