From cd14e70d02da6aca36b16d6b580ab1588832f6b9 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 15 Jan 2026 01:13:42 -0300 Subject: [PATCH] health: run wger sync with python3 --- services/health/wger-admin-ensure-cronjob.yaml | 2 +- services/health/wger-user-sync-cronjob.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/health/wger-admin-ensure-cronjob.yaml b/services/health/wger-admin-ensure-cronjob.yaml index aba0fc4..fc18283 100644 --- a/services/health/wger-admin-ensure-cronjob.yaml +++ b/services/health/wger-admin-ensure-cronjob.yaml @@ -90,7 +90,7 @@ spec: - | set -eu . /vault/secrets/wger-env - exec python /scripts/wger_user_sync.py + exec python3 /scripts/wger_user_sync.py env: - name: SITE_URL value: https://health.bstein.dev diff --git a/services/health/wger-user-sync-cronjob.yaml b/services/health/wger-user-sync-cronjob.yaml index 8c846e2..1645256 100644 --- a/services/health/wger-user-sync-cronjob.yaml +++ b/services/health/wger-user-sync-cronjob.yaml @@ -77,7 +77,7 @@ spec: - | set -eu . /vault/secrets/wger-env - exec python /scripts/wger_user_sync.py + exec python3 /scripts/wger_user_sync.py env: - name: SITE_URL value: https://health.bstein.dev