diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml
index 75d8da2b08579f909a1ea9025e6ccf18eece1e4e..7549572da2ee59deee7cc2abbaedbc6eee930c8d 100644
--- a/charts/keycloak/Chart.yaml
+++ b/charts/keycloak/Chart.yaml
@@ -7,5 +7,5 @@ icon: https://www.keycloak.org/resources/images/keycloak_icon_512px.svg
 sources:
   - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops
   - https://github.com/keycloak/keycloak
-version: 0.4.2
+version: 0.4.3
 appVersion: "19.0.2"
diff --git a/charts/keycloak/README.md b/charts/keycloak/README.md
index 4924fec7f38069be9868f3d379249cdd1c25796c..4b089a7b5f1a8f23d4dd5f75f8cf762cebf4faf0 100644
--- a/charts/keycloak/README.md
+++ b/charts/keycloak/README.md
@@ -1,6 +1,6 @@
 # keycloak
 
-![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 19.0.2](https://img.shields.io/badge/AppVersion-19.0.2-informational?style=flat-square)
+![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 19.0.2](https://img.shields.io/badge/AppVersion-19.0.2-informational?style=flat-square)
 
 (Alpha) A Helm chart for Keycloak on Kubernetes
 
diff --git a/charts/keycloak/tests/__snapshot__/snapshot_test.yaml.snap b/charts/keycloak/tests/__snapshot__/snapshot_test.yaml.snap
index 06c92b923bc16e357bf58466d811843b218dbcb6..013e02e67641b4b5f15972da731f1260888ffbbe 100644
--- a/charts/keycloak/tests/__snapshot__/snapshot_test.yaml.snap
+++ b/charts/keycloak/tests/__snapshot__/snapshot_test.yaml.snap
@@ -62,18 +62,22 @@ should match snapshot:
             image: quay.io/keycloak/keycloak:4.5.6
             imagePullPolicy: IfNotPresent
             livenessProbe:
+              failureThreshold: 3
               httpGet:
                 path: /health/live
                 port: http
+              periodSeconds: 10
             name: keycloak
             ports:
             - containerPort: 8080
               name: http
               protocol: TCP
             readinessProbe:
+              failureThreshold: 3
               httpGet:
                 path: /health/ready
                 port: http
+              periodSeconds: 10
             resources:
               limits:
                 cpu: "1"
@@ -87,6 +91,12 @@ should match snapshot:
                 drop:
                 - ALL
               runAsNonRoot: true
+            startupProbe:
+              failureThreshold: 30
+              httpGet:
+                path: /health/live
+                port: http
+              periodSeconds: 10
           securityContext: {}
           serviceAccountName: RELEASE-NAME-keycloak
   2: |