1
0
Fork 0

Merge "app/matrix: upgrade and migrate to official riot-web container image"

master
q3k 2020-04-12 12:50:27 +00:00 committed by Gerrit Code Review
commit ddd5c8e6e0
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ local postgres = import "../../kube/postgres.libsonnet";
storageClassName: "waw-hdd-paranoid-2",
synapseImage: "matrixdotorg/synapse:v1.11.1",
riotImage: "bubuntux/riot-web:v1.3.2",
riotImage: "vectorim/riot-web:v1.5.13",
casProxyImage: "registry.k0.hswaw.net/q3k/oauth2-cas-proxy:0.1.4"
},
@ -201,7 +201,7 @@ local postgres = import "../../kube/postgres.libsonnet";
},
volumeMounts_: {
config: {
mountPath: "/etc/riot-web/config.json",
mountPath: "/app/config.json",
subPath: "config.json",
},
},