4c1207a5ae
Previously the Kustomize images transformer was not overriding the hardcoded image tags in migrate-job.yaml and seed-job.yaml (base/ containers), causing UAT deployments to use stale image tags. This change adds explicit yq updates to set the correct image tag on both Job containers during promotion. Fixes: groombook/groombook#247