Skip to content

Commit 5074837

Browse files
authored
fix: upgrade theme to work with Keycloak 25 (#39)
* docs: update link to version of Keycloak used in Renku * chore: upgrade to keycloak 25
1 parent 15335d2 commit 5074837

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM keycloak/keycloak:20.0.1
1+
FROM keycloak/keycloak:25.0.6
22

33
# Turn of caching in the configuration so we can modify the theme and refresh to see changes
44
COPY ./renku-theme-dev/standalone.xml /opt/jboss/keycloak/standalone/configuration/standalone.xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ In the renku chart, change the `values.yaml` to reference the image in the `keyc
8888

8989
To understand the structure of the content, you may need to consult the source code for the theme.
9090

91-
Download the source for the release that is used (https://github.com/keycloak/keycloak/releases/tag/20.0.1) and then look in the `themes/src/main/resources/theme` folder for the `base` and `keycloak` templates. Official theme examples are found in `examples/themes/src/main/resources/theme` folder.
91+
Download the source for the release that is used (https://github.com/keycloak/keycloak/releases/tag/25.0.6) and then look in the `themes/src/main/resources/theme` folder for the `base` and `keycloak` templates. Official theme examples are found in `examples/themes/src/main/resources/theme` folder.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
parent=keycloak.v2
1+
parent=keycloak.v3
22
logo=/img/logo.svg

0 commit comments

Comments
 (0)