Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24c07ddff3 | ||
|
|
c0e7a34ba0 | ||
|
|
f77b088d79 | ||
|
|
4f3a991e4a | ||
|
|
3e53f177d8 | ||
|
|
7665793bbd |
@@ -31,7 +31,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: frontend
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.27.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.28.0
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -206,7 +206,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:35.0.0-apache"
|
||||
image: "nextcloud:35.0.1-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:35.0.0-apache"
|
||||
image: "nextcloud:35.0.1-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
@@ -58,7 +58,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: trek
|
||||
image: mauriceboe/trek:4.3.2
|
||||
image: mauriceboe/trek:4.3.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
Reference in New Issue
Block a user