Skip to content

Commit

Permalink
revert to keycloak 25
Browse files Browse the repository at this point in the history
  • Loading branch information
kgudel committed Dec 17, 2024
1 parent 3490866 commit 67c90fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kubernetes/keycloak/keycloak_values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
registry: docker.io
repository: bitnami/keycloak
tag: 26.0.5
tag: 25.0.6

auth:
adminUser: keycloak
Expand Down Expand Up @@ -72,6 +72,11 @@ extraEnvVars:
value: reencrypt
- name: KC_HOSTNAME_STRICT
value: 'true'
- name: KC_HOSTNAME_URL
valueFrom:
configMapKeyRef:
name: http-configmap
key: auth.url

postgresql:
enabled: false
Expand Down

0 comments on commit 67c90fe

Please sign in to comment.