Merge pull request #252 from groombook/fix/gro-534-seed-image-tag

fix: remove hardcoded seed image in promote-to-uat workflow (GRO-534)
This commit was merged in pull request #252.
This commit is contained in:
groombook-cto[bot]
2026-04-10 10:53:49 +00:00
committed by GitHub
+2
View File
@@ -62,6 +62,8 @@ jobs:
fi
# Update seed Job name to include short SHA (immutable template fix)
# NOTE: Do NOT update the image tag here — let the Kustomize images transformer
# in the UAT overlay handle it via newTag. This avoids the immutable template issue.
SEED_JOB="apps/groombook/base/seed-job.yaml"
if [ -f "$SEED_JOB" ]; then
yq -i '.metadata.name = "seed-test-data-" + env(SHORT_SHA)' "$SEED_JOB"