From 32797114e1f6001c367fdf8a9b207fd89bd0a0b0 Mon Sep 17 00:00:00 2001 From: Tech Garden Date: Sat, 8 Aug 2026 19:24:37 -0400 Subject: [PATCH] chore(ci): delete four dead techgarden app-registry keys (WS-02 H5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit techgarden-www, techgarden-bff, techgarden-blog and techgarden-profile — four keys, eight paths (a dev and a prod values.yaml each) — all point at the retired per-service app. Every one of those eight manifest paths is already gone from the repo; verified none remain under clusters/*/techgarden/. DELETED, NOT REPOINTED, and that distinction is the whole point. update-image-tag.yml's promote-to-prod job selects rows with `select(.env == "prod")` (lines 106/135), so a repointed row would become a THIRD route into prod alongside the ApplicationSet and a manual sync — and it is the one nobody remembers exists. A row that does not exist cannot be that route. No behaviour change: the four apps have no CI dispatching to these names. Claude-Session: https://claude.ai/code/session_015tcbrNifvkc8ryk4g2M7XK --- ci/app-registry.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/ci/app-registry.yaml b/ci/app-registry.yaml index 0d2edf9d..f0c3e27a 100644 --- a/ci/app-registry.yaml +++ b/ci/app-registry.yaml @@ -36,38 +36,6 @@ apps: - path: kubernetes/clusters/1276-dev/kian-coffee/kian-coffee-blog/values.yaml env: dev - techgarden-www: - type: values - paths: - - path: kubernetes/clusters/1276-dev/techgarden/www/values.yaml - env: dev - - path: kubernetes/clusters/1276-prod/techgarden/www/values.yaml - env: prod - - techgarden-bff: - type: values - paths: - - path: kubernetes/clusters/1276-dev/techgarden/bff/values.yaml - env: dev - - path: kubernetes/clusters/1276-prod/techgarden/bff/values.yaml - env: prod - - techgarden-blog: - type: values - paths: - - path: kubernetes/clusters/1276-dev/techgarden/blog/values.yaml - env: dev - - path: kubernetes/clusters/1276-prod/techgarden/blog/values.yaml - env: prod - - techgarden-profile: - type: values - paths: - - path: kubernetes/clusters/1276-dev/techgarden/profile/values.yaml - env: dev - - path: kubernetes/clusters/1276-prod/techgarden/profile/values.yaml - env: prod - hausparty: type: values paths: