Skip to content

Commit

Permalink
Merge pull request #4951 from kgudel/keycloak26
Browse files Browse the repository at this point in the history
Upgrade to keycloak 26
  • Loading branch information
PatrickGoRaft authored Dec 13, 2024
2 parents 33d762b + 3490866 commit b83f620
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions kubernetes/keycloak/keycloak_values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
image:
registry: docker.io
repository: bitnami/keycloak
tag: 23.0.7
tag: 26.0.5

auth:
adminUser: keycloak
existingSecret: "keycloak-credentials"
passwordSecretKey: "password"
passwordSecretKey: "password"

tls:
enabled: true
Expand Down Expand Up @@ -46,7 +46,7 @@ initContainers:
cp -R /themes/* /theme/hmda
command:
- sh
image: hmda/keycloak-theme-provider:mfaLogoCorrected
image: hmda/keycloak-theme-provider:latest
imagePullPolicy: Always
resources: {}
terminationMessagePath: /dev/termination-log
Expand All @@ -59,26 +59,29 @@ initContainers:
- -c
- |
echo "Copying SPI..."
cp -rv keycloak-authenticator-hmda-24.0.3.jar /spi
cp -rv keycloak-authenticator-hmda-4.2.1.Final.jar /spi
command:
- sh
image: hmda/keycloak-spi-provider:v2.4.2
imagePullPolicy: Always
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
image: hmda/keycloak-spi-provider:v2.7.4
volumeMounts:
- name: spi
mountPath: /spi

extraEnvVars:
- name: KC_PROXY
value: reencrypt
- name: KC_HOSTNAME_STRICT
value: 'true'

postgresql:
enabled: false

externalDatabase:
user: keycloak
database: keycloak_v2
existingSecret: "keycloak-postgresql"
existingSecretHostKey: "host"
existingSecretDatabaseKey: "database"
existingSecretUserKey: "username"
existingSecretPasswordKey: "postgresql-password"

logging:
level: INFO
level: INFO

0 comments on commit b83f620

Please sign in to comment.