We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f0691 commit 4874008Copy full SHA for 4874008
assets/js/hubsetup.js
@@ -431,7 +431,7 @@ EOF`;
431
'init-config': {condition: 'service_completed_successfully'},
432
'postgres': {condition: 'service_healthy'}
433
},
434
- image: 'ghcr.io/cryptomator/keycloak:25.0.6',
+ image: 'ghcr.io/cryptomator/keycloak:26.1.2',
435
command: startCmd,
436
volumes: ['kc-config:/opt/keycloak/data/import'],
437
deploy: {
@@ -803,7 +803,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
803
}],
804
containers: [{
805
name: 'keycloak',
806
807
808
ports: [{containerPort: 8080}],
809
resources: {
0 commit comments