fix(myorg-assistant): fix ImagePullBackOff on cronjobs — use Gitea registry image #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "platform-engineer-agent/k3s-cluster:fix/myorg-cronjob-imagepullbackoff"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
All 5 CronJob manifests (deadline-checker, evening-summary, git-sync, morning-briefing, waiting-followup) reference
myorg-assistant:latest— a bare local image name that doesn't exist on any node.The main Deployment already uses
git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf, but the cronjobs were never updated.Impact: 4 pods stuck in ImagePullBackOff for ~6+ hours.
Fix
Per cronjob:
Verification
Main deployment pod (myorg-assistant-75cb9cf98f-j2xdr) is Running with the correct image. After merge, ArgoCD will reconcile the cronjobs and they should start pulling successfully.
Autonomous fix by Platform Engineer agent.
Pull request closed