Compare commits

..

7 Commits

4 changed files with 5 additions and 5 deletions

View File

@ -431,7 +431,7 @@ spec:
fsGroup: 1000
initContainers:
- name: generate-signing-key
image: "matrixdotorg/synapse:v1.91.1"
image: "matrixdotorg/synapse:v1.91.2"
imagePullPolicy: IfNotPresent
env:
- name: SYNAPSE_SERVER_NAME
@ -458,7 +458,7 @@ spec:
mountPath: /data/keys
containers:
- name: "synapse"
image: "matrixdotorg/synapse:v1.91.1"
image: "matrixdotorg/synapse:v1.91.2"
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@ -236,7 +236,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.8.4"
image: "grafana/promtail:2.9.0"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@ -215,7 +215,7 @@ spec:
serviceAccountName: promtail
containers:
- name: promtail
image: "grafana/promtail:2.8.4"
image: "grafana/promtail:2.9.0"
imagePullPolicy: IfNotPresent
args:
- "-config.file=/etc/promtail/promtail.yaml"

View File

@ -58,7 +58,7 @@ spec:
mountPath: /data
containers:
- name: web
image: nodered/node-red:3.0.2-14
image: nodered/node-red:3.1.0-14
imagePullPolicy: Always
ports:
- containerPort: 1880