Compare commits
8
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f7064f39e | ||
|
|
d55db51b77 | ||
|
|
e2ed58c4de | ||
|
|
4aff9e8638 | ||
|
|
85279ebb1c | ||
|
|
e07254bc71 | ||
|
|
02394c3168 | ||
|
|
e4c885fbf2 |
@@ -31,7 +31,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: frontend
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.20.1
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.21.0
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -206,7 +206,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:34.0.1-apache"
|
||||
image: "nextcloud:34.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:34.0.1-apache"
|
||||
image: "nextcloud:34.0.2-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
@@ -68,7 +68,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: web
|
||||
image: ghcr.io/miniflux/miniflux:2.3.2
|
||||
image: ghcr.io/miniflux/miniflux:2.3.3
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
@@ -45,7 +45,7 @@ spec:
|
||||
- --entrypoints.websecure.http.tls=true
|
||||
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
||||
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
||||
image: rancher/mirrored-library-traefik:2.11.50
|
||||
image: rancher/mirrored-library-traefik:3.7.8
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
|
||||
Reference in New Issue
Block a user