0c135ac580
The hardcoded image update for seedJob conflicts with Kustomize images transformer override. Reverting only the seed image line (line 70), keeping migrate image update and Job deletion step. Root cause: Kustomize images transformer correctly overrides ghcr.io/groombook/seed when newTag is set in UAT overlay. Overwriting the container[0].image directly in the workflow causes the old tag (2026.04.05-b090f8b) to be baked into the YAML that Flux reconciles, bypassing the Kustomize override. Fix: groombook/groombook#247 Co-Authored-By: Paperclip <noreply@paperclip.ing>