Compare commits
13
Commits
4aaa96c695
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e5e1035871 | ||
|
|
d197cb858b | ||
|
|
dfb7255864 | ||
|
|
05f6b59f11 | ||
|
|
5c35a85abe | ||
|
|
b4a9540cdd | ||
|
|
a1e3138588
|
||
|
|
29b5f9b6d7
|
||
|
|
dc0832ed70
|
||
|
|
3c3fb73708 | ||
|
|
966776772b | ||
|
|
d8c23afe95 | ||
|
|
b444bb6225 |
@@ -31,7 +31,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: frontend
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.26.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.27.0
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
operator: "Exists"
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- image: ghcr.io/google/cadvisor:v0.60.5
|
||||
- image: ghcr.io/google/cadvisor:v0.60.6
|
||||
name: cadvisor
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
serviceAccountName: prometheus-server
|
||||
containers:
|
||||
- name: vmagent
|
||||
image: "victoriametrics/vmagent:v1.151.0"
|
||||
image: "victoriametrics/vmagent:v1.152.0"
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
args:
|
||||
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
|
||||
|
||||
@@ -206,7 +206,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:34.0.4-apache"
|
||||
image: "nextcloud:35.0.0-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:34.0.4-apache"
|
||||
image: "nextcloud:35.0.0-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
Reference in New Issue
Block a user