Skip to content

Commit

Permalink
Upgrade keycloak version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Jan 20, 2025
1 parent 6e4bd0c commit 1a50295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/src/test/resources/infra/auth/keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@ data:
"clientSessionMaxLifespan": "0",
"cibaInterval": "5"
},
"keycloakVersion": "18.0.1",
"keycloakVersion": "26.1.0",
"userManagedAccessAllowed": true,
"clientProfiles": {
"profiles": []
Expand Down Expand Up @@ -3164,8 +3164,8 @@ spec:
app: keycloak-deployment
spec:
containers:
- image: quay.io/keycloak/keycloak:18.0.1
args: [ "start-dev --import-realm" ]
- image: quay.io/keycloak/keycloak:26.0.1
args: [ "start-dev", "--import-realm" ]
volumeMounts:
- name: keycloak-volume
mountPath: /opt/keycloak/data/import
Expand Down

0 comments on commit 1a50295

Please sign in to comment.