ci: re-apply fire-planner stack after pipeline race
Comment-only touch so the changed-stack detection applies stacks/fire-planner from the current master tree. Pipeline 150 (commitf18dfa4c— the ghcr image base + ghcr-credentials migration for issue #26) was auto-killed when the concurrent nextcloud-todos push superseded it, and pipeline 151 diffed fromf18dfa4conward so the fire-planner stack changes were never applied (cronjobs still point at the forgejo image, pod specs lack ghcr-credentials). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
a264a19629
commit
c594274c83
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ locals {
|
|||
# the ghcr-credentials Secret (kyverno sync-ghcr-credentials allowlist).
|
||||
# registry-credentials stays alongside so the currently-running sha-pinned
|
||||
# forgejo image remains pullable until the first ghcr deploy lands.
|
||||
# (Applied via the 2026-06-13 re-trigger commit: the original pipeline 150
|
||||
# was auto-killed by a concurrent nextcloud-todos master push before its
|
||||
# apply step ran, and the successor's diff base excluded this stack.)
|
||||
image = "ghcr.io/viktorbarzin/fire-planner:${var.image_tag}"
|
||||
labels = {
|
||||
app = "fire-planner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue