This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include initContainers in images to fetch
Symptom: images used in initContainers, but not elsewhere, don't get metadata fetched for them, and don't get automated updates. Fix: the ImagesToFetch method of the cluster, supplied to the image DB as the way to get a list of all the images to fetch, didn't look in initContainers. So, make it do that.
- Loading branch information