Skip to content

Commit

Permalink
chore: update the keycloak helm chart to allow unhealthy pod evictions
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Nov 4, 2024
1 parent fa9c4c0 commit bd7f5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
name: sso-keycloak
version: 1.16.0
version: 1.16.1
appVersion: 24.0.5-build.1
description: Open Source Identity and Access Management For Modern Applications and Services
dependencies:
- name: patroni
version: 1.6.0
version: 1.6.1
repository: https://bcgov.github.io/sso-helm-charts
tags:
- patroni-enabled
1 change: 1 addition & 0 deletions charts/keycloak/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ spec:
{{- end }}
selector:
matchLabels: {{ include "sso-keycloak.selectorLabels" . | nindent 6 }}
unhealthyPodEvictionPolicy: AlwaysAllow
{{- end }}

0 comments on commit bd7f5b0

Please sign in to comment.