Skip to content

Commit c6a615c

Browse files
committed
Merge branch 'develop'
2 parents 7c29c1b + cc9bf1b commit c6a615c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/hubsetup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ EOF`;
428428
'init-config': {condition: 'service_completed_successfully'},
429429
'postgres': {condition: 'service_healthy'}
430430
},
431-
image: 'ghcr.io/cryptomator/keycloak:26.1.5',
431+
image: 'ghcr.io/cryptomator/keycloak:26.3.2',
432432
command: startCmd,
433433
volumes: ['kc-config:/opt/keycloak/data/import'],
434434
deploy: {
@@ -799,7 +799,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
799799
}],
800800
containers: [{
801801
name: 'keycloak',
802-
image: 'ghcr.io/cryptomator/keycloak:26.1.5',
802+
image: 'ghcr.io/cryptomator/keycloak:26.3.2',
803803
command: startCmd,
804804
ports: [{containerPort: 8080}],
805805
resources: {

0 commit comments

Comments
 (0)