updated image

This commit is contained in:
2026-01-02 21:18:59 +01:00
parent f34d72497a
commit 6b94b9277a
+3 -3
View File
@@ -98,7 +98,7 @@ spec:
mountPath: /etc/nginx/conf.d/default.conf
subPath: nginx.conf
- name: wger
image: wger/server:latest
image: ghcr.io/kisfenyo/wger-oidc:latest
env:
# Django settings
- name: SECRET_KEY
@@ -259,7 +259,7 @@ spec:
fsGroup: 1000
containers:
- name: celery-worker
image: wger/server:latest
image: ghcr.io/kisfenyo/wger-oidc:latest
command: ["/start-worker"]
env:
- name: SECRET_KEY
@@ -335,7 +335,7 @@ spec:
fsGroup: 1000
containers:
- name: celery-beat
image: wger/server:latest
image: ghcr.io/kisfenyo/wger-oidc:latest
command: ["/start-beat"]
env:
- name: SECRET_KEY