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.7 ' ,
431+ image : 'ghcr.io/cryptomator/keycloak:26.5.2 ' ,
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.7 ' ,
802+ image : 'ghcr.io/cryptomator/keycloak:26.5.2 ' ,
803803 command : startCmd ,
804804 ports : [ { containerPort : 8080 } ] ,
805805 resources : {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ server:
8484 script-src 'self' 'unsafe-eval' https://umami.skymatic.de/ https://community.cryptomator.org/ https://js.stripe.com/ https://*.paddle.com/;
8585 style-src 'self' 'unsafe-inline' https://*.paddle.com/;
8686 img-src 'self' data: https://static.cryptomator.org/ https://*.paddle.com/ https://paddle.s3.amazonaws.com/ https://avatars.githubusercontent.com/;
87- connect-src 'self' https://api .cryptomator.org/ https://api-staging.cryptomator.org/ https://store.cryptomator.org/ https://umami .skymatic.de/ https://*.paddle.com/ http://localhost/ http://localhost:8787/ http://localhost:3300/ http://localhost:8080/;
87+ connect-src 'self' https://* .cryptomator.org/ https://* .skymatic.de/ https://*.paddle.com/ http://localhost/ http://localhost:8787/ http://localhost:3300/ http://localhost:8080/;
8888 font-src 'self';
8989 media-src https://static.cryptomator.org/;
9090 frame-src https://community.cryptomator.org/ https://js.stripe.com/ https://*.paddle.com/;
You can’t perform that action at this time.
0 commit comments