Goal here is to have a go cli tool that replaces the several scripts we have around image bumping.
It should have one command for each part, i.e. bump job-images, and also it should have a bump all which then will be called by the job that bumps.
Outcome is we only have one bump job that does bump image everywhere.
See
there we need to include references to images in our codebase also.
Note: this should be a separate script!
note to self: this should be part of automation bumping images.
Originally posted by @dhiller in #4894
Goal here is to have a go cli tool that replaces the several scripts we have around image bumping.
It should have one command for each part, i.e.
bump job-images, and also it should have abump allwhich then will be called by the job that bumps.Outcome is we only have one bump job that does bump image everywhere.
See
project-infra/github/ci/prow-deploy/files/jobs/kubevirt/project-infra/project-infra-periodics.yaml
Line 876 in d0c0685
there we need to include references to images in our codebase also.
Note: this should be a separate script!
Originally posted by @dhiller in #4894