diff --git a/stacks/instagram-poster/modules/instagram-poster/main.tf b/stacks/instagram-poster/modules/instagram-poster/main.tf index bf558d33..0b249597 100644 --- a/stacks/instagram-poster/modules/instagram-poster/main.tf +++ b/stacks/instagram-poster/modules/instagram-poster/main.tf @@ -4,6 +4,8 @@ locals { # pushes ghcr.io/viktorbarzin/instagram-poster (private — pulls need the # ghcr-credentials Secret cloned in by the kyverno sync-ghcr-credentials # ClusterPolicy). Replaces the forgejo.viktorbarzin.me/viktor base. + # (Applied via the 2026-06-13 re-trigger commit: the original pipeline 146 + # was auto-killed by a concurrent master push before its apply step ran.) image = "ghcr.io/viktorbarzin/instagram-poster:${var.image_tag}" labels = { app = "instagram-poster" diff --git a/stacks/payslip-ingest/main.tf b/stacks/payslip-ingest/main.tf index caceae18..5ec72a05 100644 --- a/stacks/payslip-ingest/main.tf +++ b/stacks/payslip-ingest/main.tf @@ -14,6 +14,9 @@ locals { # ghcr.io/viktorbarzin/payslip-ingest. The running Deployment tag is set via # `kubectl set image` by the Woodpecker deploy pipeline (image is # KEEL_IGNORE_IMAGE below); the CronJob tracks :latest with pull policy Always. + # (Re-applied 2026-06-13: infra pipeline 148 — a restart of the auto-killed + # 146 — diffed in reverse and re-applied this stack from a pre-migration + # tree, stripping the ghcr config above. This touch re-asserts it.) image = "ghcr.io/viktorbarzin/payslip-ingest:${var.image_tag}" labels = { app = "payslip-ingest"