Bump matrix/element

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-11-12 10:22:53 +00:00
parent b51a92f72e
commit f9e7e7eaf8
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 3 additions and 3 deletions

View File

@ -386,7 +386,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: "riot" - name: "riot"
image: "vectorim/element-web:v1.11.3" image: "vectorim/element-web:v1.11.14"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -463,7 +463,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
initContainers: initContainers:
- name: generate-signing-key - name: generate-signing-key
image: "matrixdotorg/synapse:v1.65.0" image: "matrixdotorg/synapse:v1.71.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: SYNAPSE_SERVER_NAME - name: SYNAPSE_SERVER_NAME
@ -490,7 +490,7 @@ spec:
mountPath: /data/keys mountPath: /data/keys
containers: containers:
- name: "synapse" - name: "synapse"
image: "matrixdotorg/synapse:v1.65.0" image: "matrixdotorg/synapse:v1.71.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http