chore(ci): delete four dead techgarden app-registry keys (WS-02 H5) - #281
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WS-02 PR3 of 3 — cleanup. Merge after #279 and #280.
Deletes four dead keys from
ci/app-registry.yaml— four keys, eight paths (a dev and a prodvalues.yamleach), all pointing at the retired per-service app:techgarden-wwwtechgarden-bfftechgarden-blogtechgarden-profileAll eight manifest paths are already gone from the repo — verified nothing remains under
clusters/*/techgarden/. These rows have been dangling since the per-service app was retired.Deleted, never repointed
update-image-tag.yml's promote-to-prod job selects rows withselect(.env == "prod")(lines 106 and 135). Repointing one of these rows at the monolith would make it a third route into prod alongside the ApplicationSet and a manual sync — and it is precisely the one nobody remembers exists. A row that does not exist cannot become that route.Blast radius
None. No CI dispatches to these four app names. The five surviving entries (
wiki,kian-coffee,kian-coffee-blog,hausparty,lizard-www) are untouched — 32 deletions, zero insertions.🤖 Generated with Claude Code
https://claude.ai/code/session_015tcbrNifvkc8ryk4g2M7XK