Add IB Image Check
Check the currently deployed images (SHA) vs current Iron Bank SHA and report discrepancies. This should be on by default but there should be a flag, --no-shas
, in the bbctl updater check
command to disable it. This should extend the Check command created in #194 (closed)
- For each helm release, download the images.txt (example) associated with the given deployed release
- Reach out to harbor and find out the expected SHA for a given image tag
- Compare the expected SHA for the tag versus the currently deployed image
- Report discrepancies
Edited by Daniel Dides