-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Automate identifying which AppCo images have new revisions
If we can scan the newest version of a chart in ob-team-charts repo to find all the AppCo images we use - then we can also probably query AppCo to find when those images have new revisions. And if we can do that then we can also use that list to create our first "chart maintenance automation".
Design Concept
We create 2 commands - one for info output and debugging use, the other for actual Git commit/branch automation. We as Eng team could manually run the command and create a branch with automatic AppCo bumps.
Down the road - when we can invest more time - we can cover additional scope for this automation to handle generating PR titles/bodies and start running the automation on a semi-regular basis so that we always ship new AppCo images with Rancher releases.
Bonus feature
This tooling could/should also be leveraged to create the necessary image-mirror PRs to include the new AppCo images. Especially when we hit the "Down the road" part above - since the tooling should mark the ob-team-charts PR it creates as dependent on the image-mirror PR.
More Info:
Related to: #22