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 e6487f1 commit a1ab24aCopy full SHA for a1ab24a
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.3.2',
+ image: 'ghcr.io/cryptomator/keycloak:26.3.2.1',
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