What problem does it solve?
It prevents deployment mismatches by helping you update the correct Helm values files to match a newly published LiftWing inference-service Docker image tag.
Core Features & Use Cases
- Pull published image tags from Gerrit: Uses PipelineBot messages for the specified inference-services CL to discover which image tags were published.
- Select the right inference services automatically: Pre-filters candidate services by correlating changed model directories with the discovered image names, and optionally narrows further with explicit isvc-name arguments.
- Edit only the image tag in deployment charts: Updates the specific old tag strings to the new tag in the appropriate values.yaml files without changing other YAML keys.
- Draft a deployment-ready commit message: Produces a Wikimedia-convention commit message using the extracted Bug trailer, without running git commit automatically.
Quick Start
Ask an AI to run bump-image for a merged inference-services CL and update the matching LiftWing deployments: provide the CL number and optional isvc names, then review the drafted commit message and apply it.