fix(myorg-assistant): fix CronJob ImagePullBackOff #7
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?
All 5 CronJob manifests in myorg-assistant reference 'myorg-assistant:latest' (a local image name that doesn't exist in the cluster), causing ImagePullBackOff on all 4 active CronJob pods (deadline-checker, evening-summary, git-sync, morning-briefing). They've been stuck Pending for 12+ hours.
Fix: updated image to match the Deployment's registry image (git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf) and added imagePullSecrets: gitea-registry for registry auth.
Pull request closed