- Shipped
- September 16, 2026 at 9:49 PM UTC
- Author
- Kamo
- Commit
- 6e840ef
The nightly prune on k1m1 lived only on the host. Its garbage-collect ran with --delete-untagged, which deletes the per-platform manifests an OCI image index references (they carry no tag). 17 of 57 deployed images kept their tags but lost the amd64 manifest, so pods ran only from node caches and any reschedule hit ImagePullBackOff (Media and Timecard did today). Drop the flag and delete a removed index's child manifests explicitly instead, keeping children of kept images. Installed at **************** (cron 10 4 * * *).