Compare commits
8 Commits
a3af6e2f76
...
4ea403af4f
Author | SHA1 | Date | |
---|---|---|---|
4ea403af4f | |||
d081adfaa7 | |||
8ce7ad44a2 | |||
716cb13554 | |||
fd514010de | |||
3e6283f3cf | |||
042c1893a0 | |||
e2e7824b87 |
@@ -440,7 +440,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: generate-signing-key
|
||||
image: "ghcr.io/element-hq/synapse:v1.124.0"
|
||||
image: "ghcr.io/element-hq/synapse:v1.125.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SYNAPSE_SERVER_NAME
|
||||
@@ -467,7 +467,7 @@ spec:
|
||||
mountPath: /data/keys
|
||||
containers:
|
||||
- name: "synapse"
|
||||
image: "ghcr.io/element-hq/synapse:v1.124.0"
|
||||
image: "ghcr.io/element-hq/synapse:v1.125.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
|
@@ -203,7 +203,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:30.0.6-apache"
|
||||
image: "nextcloud:31.0.0-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SQLITE_DATABASE
|
||||
@@ -374,7 +374,7 @@ spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:30.0.6-apache"
|
||||
image: "nextcloud:31.0.0-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [ "curl" ]
|
||||
args:
|
||||
|
Reference in New Issue
Block a user