Commit 58fdb61
fix(chart): add imagePullSecrets to CronJob template
The CronJob template was missing imagePullSecrets, causing pods to fail
with ImagePullBackOff when scheduled on nodes without the image cached.
This aligns the CronJob pod spec with the Deployment template.
Fixes #1868
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b36a11d commit 58fdb61
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
0 commit comments