Compare commits
6 Commits
de74f642b8
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a44b84ffb | |||
| 0ed927c6dd | |||
| 42fdc8b490 | |||
| 2a7f5df0f5 | |||
| 1a9e02db02 | |||
| 9e26c4a018 |
@@ -55,7 +55,7 @@ spec:
|
||||
serviceAccountName: prometheus-node-exporter
|
||||
containers:
|
||||
- name: prometheus-node-exporter
|
||||
image: "prom/node-exporter:v1.10.2"
|
||||
image: "prom/node-exporter:v1.11.0"
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
args:
|
||||
- --path.procfs=/host/proc
|
||||
|
||||
@@ -206,7 +206,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:33.0.1-apache"
|
||||
image: "nextcloud:33.0.2-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SQLITE_DATABASE
|
||||
@@ -340,7 +340,7 @@ spec:
|
||||
mountPath: /var/www/html/config/smtp.config.php
|
||||
subPath: smtp.config.php
|
||||
- name: cron
|
||||
image: "nextcloud:33.0.1-apache"
|
||||
image: "nextcloud:33.0.2-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
@@ -68,7 +68,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: web
|
||||
image: ghcr.io/miniflux/miniflux:2.2.18
|
||||
image: ghcr.io/miniflux/miniflux:2.2.19
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
Reference in New Issue
Block a user