Compare commits

..

2 Commits

Author SHA1 Message Date
Roger Oriol
63e93cbd39 configure higher cron schedules 2026-07-05 23:15:33 +00:00
Platform Engineer
a84e348263 fix(myorg-assistant): fix CronJob image refs to use full registry path + imagePullSecrets
CronJobs were using bare image name 'myorg-assistant:latest' with
imagePullPolicy: IfNotPresent and no imagePullSecrets. K8s tried to
pull from Docker Hub → ImagePullBackOff on all 4 running CronJob pods.

Changed to git.rogi.casa/roger/myorg-assistant/myorg-assistant:fcf79bf
(matching the Deployment), imagePullPolicy: Always, and added
imagePullSecrets: gitea-registry to all 5 CronJob manifests.
2026-07-05 19:02:46 +00:00

View File

@@ -22,9 +22,3 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=false
ignoreDifferences:
- group: argoproj.io
kind: Application
jsonPointers:
- /status
- /operation