fix(myorg-assistant): fix cronjob images to use gitea registry + imagePullSecrets #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "platform-engineer-agent/k3s-cluster:fix/myorg-cronjob-images"
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?
Cronjob pods were stuck in ImagePullBackOff/ErrImagePull because they referenced bare image name
myorg-assistant:latest(no registry, no pull secret).4 pods currently affected:
Fix: Updated all 5 cronjobs to:
git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf(matching the Deployment)gitea-registryimagePullSecretsimagePullPolicy: Alwaysfor consistencyPull request closed