fix(myorg-assistant): pin cronjob images to working registry tag

CronJobs referenced bare image 'myorg-assistant:latest' which cannot be
pulled, causing all scheduled jobs to sit in ImagePullBackOff.
Pin to the same image used by the Deployment.
This commit is contained in:
Platform Engineer
2026-07-05 23:57:06 +00:00
parent 6b697c9665
commit 5285b4253d
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: waiting-followup
image: myorg-assistant:latest
image: git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
imagePullPolicy: IfNotPresent
command:
- python