From 2ab001054ddce02150a6189718def80c4ec042e9 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Mon, 29 Jun 2026 13:12:20 +0200 Subject: [PATCH] chore(deploy): park-buzi TAG is a placeholder, pinned at deploy time A committed stage- can never match the commit that introduces it (the pin commit changes HEAD), so a hardcoded sha here is always stale by one. Make it an explicit placeholder (stage-REPLACE_WITH_BUILT_SHA); the real immutable sha is set when you deploy from Komodo Core after CI builds :stage-. No moving tag on a booth still holds. Claude-Session: https://claude.ai/code/session_01Xcm6ikLgGoCxxHrxtjkk5V --- komodo/resources.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/komodo/resources.toml b/komodo/resources.toml index 96de3e6..b1ef16f 100644 --- a/komodo/resources.toml +++ b/komodo/resources.toml @@ -46,9 +46,10 @@ registry_provider = "git.infra.msai.al" registry_account = "komodo" environment = """ REGISTRY=git.infra.msai.al/mca/parking_solution -# Staging booth: pin an immutable stage- per deploy (bump after merging dev → stage and -# CI builds it). The moving `:stage` tag exists as the pointer; we deploy the sha, not the mover. -TAG=stage-84f00db +# Staging booth: pin an immutable stage- per deploy. PLACEHOLDER below — after merging +# dev → stage and CI builds :stage-, set this to that exact sha (or override TAG in Core at +# deploy). The moving `:stage` tag exists as the pointer; we deploy the sha, not the mover. +TAG=stage-REPLACE_WITH_BUILT_SHA COOKIE_SECURE=0 VISION_ENABLED=1 WS_ALLOWED_ORIGINS=