From 6b94b9277afadd5093506322fe57c888ff188f95 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 2 Jan 2026 21:18:59 +0100 Subject: [PATCH] updated image --- workout-system/workout.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workout-system/workout.yaml b/workout-system/workout.yaml index a61c6b5..f5cede6 100644 --- a/workout-system/workout.yaml +++ b/workout-system/workout.yaml @@ -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