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 14a80f3 commit dc24144Copy full SHA for dc24144
assets/js/hubsetup.js
@@ -428,7 +428,7 @@ EOF`;
428
'init-config': {condition: 'service_completed_successfully'},
429
'postgres': {condition: 'service_healthy'}
430
},
431
- image: 'ghcr.io/cryptomator/keycloak:26.1.2',
+ image: 'ghcr.io/cryptomator/keycloak:26.1.5',
432
command: startCmd,
433
volumes: ['kc-config:/opt/keycloak/data/import'],
434
deploy: {
@@ -797,7 +797,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
797
}],
798
containers: [{
799
name: 'keycloak',
800
801
802
ports: [{containerPort: 8080}],
803
resources: {
0 commit comments