forked from cartsnitch/cartsnitch
dfcbc3fd3d
The base frontend deployment in cartsnitch/infra uses ghcr.io/cartsnitch/app, but the deploy-dev/deploy-uat jobs targeted ghcr.io/cartsnitch/cartsnitch — a name that matches no resource, so each bump added a dead images entry and left the real 'app' entry's newTag pinned. Switch both jobs to kustomize edit set image ghcr.io/cartsnitch/app=... so the next deploy updates the active entry. The matching infra overlay cleanup drops the dead cartsnitch entry from dev/uat. Co-Authored-By: Paperclip <noreply@paperclip.ing>