7 Commits

4 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: frontend
image: ghcr.io/mealie-recipes/mealie:v2.8.0
image: ghcr.io/mealie-recipes/mealie:v3.0.0
imagePullPolicy: Always
envFrom:
- secretRef:

View File

@@ -203,7 +203,7 @@ spec:
spec:
containers:
- name: nextcloud
image: "nextcloud:31.0.6-apache"
image: "nextcloud:31.0.7-apache"
imagePullPolicy: IfNotPresent
env:
- name: SQLITE_DATABASE
@@ -374,7 +374,7 @@ spec:
restartPolicy: Never
containers:
- name: nextcloud
image: "nextcloud:31.0.6-apache"
image: "nextcloud:31.0.7-apache"
imagePullPolicy: IfNotPresent
command: [ "curl" ]
args:

View File

@@ -45,7 +45,7 @@ spec:
spec:
containers:
- name: outline
image: outlinewiki/outline:0.85.0
image: outlinewiki/outline:0.85.1
imagePullPolicy: IfNotPresent
env:
- name: ALLOWED_DOMAINS

View File

@@ -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.24
image: rancher/mirrored-library-traefik:3.3.6
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3