Compare commits
3 Commits
5682f2e141
...
6ec6a654ef
Author | SHA1 | Date | |
---|---|---|---|
6ec6a654ef | |||
dfded700da | |||
f2ac4a2689 |
@@ -440,7 +440,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: generate-signing-key
|
||||
image: "ghcr.io/element-hq/synapse:v1.119.0"
|
||||
image: "ghcr.io/element-hq/synapse:v1.120.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.119.0"
|
||||
image: "ghcr.io/element-hq/synapse:v1.120.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
|
@@ -236,7 +236,7 @@ spec:
|
||||
serviceAccountName: promtail
|
||||
containers:
|
||||
- name: promtail
|
||||
image: "grafana/promtail:2.9.10"
|
||||
image: "grafana/promtail:3.3.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "-config.file=/etc/promtail/promtail.yaml"
|
||||
|
@@ -215,7 +215,7 @@ spec:
|
||||
serviceAccountName: promtail
|
||||
containers:
|
||||
- name: promtail
|
||||
image: "grafana/promtail:2.9.10"
|
||||
image: "grafana/promtail:3.3.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "-config.file=/etc/promtail/promtail.yaml"
|
||||
|
Reference in New Issue
Block a user