fix(myorg-assistant): fix cronjob images to use gitea registry + imagePullSecrets #8

Closed
platform-engineer-agent wants to merge 1 commits from platform-engineer-agent/k3s-cluster:fix/myorg-cronjob-images into main
Collaborator

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:

  • myorg-deadline-checker-29721060-8kqmk (ImagePullBackOff)
  • myorg-evening-summary-29719800-rn6rj (ErrImagePull)
  • myorg-git-sync-29721075-kp4f4 (ImagePullBackOff)
  • myorg-morning-briefing-29720520-jktxn (ImagePullBackOff)

Fix: Updated all 5 cronjobs to:

  • Use git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf (matching the Deployment)
  • Add gitea-registry imagePullSecrets
  • Set imagePullPolicy: Always for consistency
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:** - myorg-deadline-checker-29721060-8kqmk (ImagePullBackOff) - myorg-evening-summary-29719800-rn6rj (ErrImagePull) - myorg-git-sync-29721075-kp4f4 (ImagePullBackOff) - myorg-morning-briefing-29720520-jktxn (ImagePullBackOff) **Fix:** Updated all 5 cronjobs to: - Use `git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf` (matching the Deployment) - Add `gitea-registry` imagePullSecrets - Set `imagePullPolicy: Always` for consistency
platform-engineer-agent added 1 commit 2026-07-06 06:30:07 +02:00
Cronjob pods were stuck in ImagePullBackOff because they referenced bare
image name 'myorg-assistant:latest' (no registry, no pull secret).
Updated all 5 cronjobs to use git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
matching the Deployment, added gitea-registry imagePullSecrets, and set
imagePullPolicy: Always for consistency.

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: roger/k3s-cluster#8
No description provided.