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 mountPath: /etc/nginx/conf.d/default.conf
subPath: nginx.conf subPath: nginx.conf
- name: wger - name: wger
image: wger/server:latest image: ghcr.io/kisfenyo/wger-oidc:latest
env: env:
# Django settings # Django settings
- name: SECRET_KEY - name: SECRET_KEY
@@ -259,7 +259,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: celery-worker - name: celery-worker
image: wger/server:latest image: ghcr.io/kisfenyo/wger-oidc:latest
command: ["/start-worker"] command: ["/start-worker"]
env: env:
- name: SECRET_KEY - name: SECRET_KEY
@@ -335,7 +335,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: celery-beat - name: celery-beat
image: wger/server:latest image: ghcr.io/kisfenyo/wger-oidc:latest
command: ["/start-beat"] command: ["/start-beat"]
env: env:
- name: SECRET_KEY - name: SECRET_KEY