File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.4.4 ' ,
431+ image : 'ghcr.io/cryptomator/keycloak:26.4.5 ' ,
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.4.4 ' ,
802+ image : 'ghcr.io/cryptomator/keycloak:26.4.5 ' ,
803803 command : startCmd ,
804804 ports : [ { containerPort : 8080 } ] ,
805805 resources : {
Original file line number Diff line number Diff line change 11# API
22apiBaseUrl : https://api.staging.cryptomator.org
3- legacyApiUrl : https://api.staging. cryptomator.org
3+ legacyApiUrl : https://api.cryptomator.org
44legacyStoreUrl : https://store.staging.cryptomator.org/api
55
66# UMAMI
You can’t perform that action at this time.
0 commit comments