1
0
Fork 0

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

Change-Id: I438e5b6e1bfb4a20bb6613904497e1e8a6d86fc5
master
informatic 2020-03-21 22:14:38 +01:00
parent 8ebfc1d338
commit aca7e28f69
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",
},
},