We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c035998 + 6c675af commit 5816371Copy full SHA for 5816371
1 file changed
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.5.3',
+ image: 'ghcr.io/cryptomator/keycloak:26.5.4',
432
command: startCmd,
433
volumes: ['kc-config:/opt/keycloak/data/import'],
434
deploy: {
@@ -799,7 +799,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
799
}],
800
containers: [{
801
name: 'keycloak',
802
803
804
ports: [{containerPort: 8080}],
805
resources: {
0 commit comments