From 9a173171079ebb9f1ffc9c4edc88106550426dfe Mon Sep 17 00:00:00 2001 From: cmyui Date: Sun, 5 Nov 2023 05:52:24 -0500 Subject: [PATCH] lowercase image repo name --- k8s/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/cronjob.yaml b/k8s/cronjob.yaml index 04f4988..2ebd2ba 100644 --- a/k8s/cronjob.yaml +++ b/k8s/cronjob.yaml @@ -10,7 +10,7 @@ spec: spec: containers: - name: new-cron-production - image: osuAkatsuki/new-cron:latest + image: osuakatsuki/new-cron:latest imagePullPolicy: IfNotPresent command: - python3 main.py