imagepullpolicy added

This commit is contained in:
2026-01-02 21:45:43 +01:00
parent 6b94b9277a
commit 734fe34058
+3
View File
@@ -99,6 +99,7 @@ spec:
subPath: nginx.conf
- name: wger
image: ghcr.io/kisfenyo/wger-oidc:latest
imagePullPolicy: Always
env:
# Django settings
- name: SECRET_KEY
@@ -260,6 +261,7 @@ spec:
containers:
- name: celery-worker
image: ghcr.io/kisfenyo/wger-oidc:latest
imagePullPolicy: Always
command: ["/start-worker"]
env:
- name: SECRET_KEY
@@ -336,6 +338,7 @@ spec:
containers:
- name: celery-beat
image: ghcr.io/kisfenyo/wger-oidc:latest
imagePullPolicy: Always
command: ["/start-beat"]
env:
- name: SECRET_KEY