From 734fe34058f1c8aa3307e937858d3b71c0f55497 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Fri, 2 Jan 2026 21:45:43 +0100 Subject: [PATCH] imagepullpolicy added --- workout-system/workout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/workout-system/workout.yaml b/workout-system/workout.yaml index f5cede6..30b7010 100644 --- a/workout-system/workout.yaml +++ b/workout-system/workout.yaml @@ -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