Skip to content

Commit 03334f6

Browse files
committed
Update Keycloak in Kubernetes deployment descriptor to 24.x as well
1 parent 19dda39 commit 03334f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/hubsetup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
803803
}],
804804
containers: [{
805805
name: 'keycloak',
806-
image: 'ghcr.io/cryptomator/keycloak:23.0.7',
806+
image: 'ghcr.io/cryptomator/keycloak:24.0.4',
807807
command: startCmd,
808808
ports: [{containerPort: 8080}],
809809
resources: {

0 commit comments

Comments
 (0)