Repo name does not match the image it publishes, so deploy cannot watch its pin #39
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/lunch-money-k8s#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed
This repo publishes its container as
forgejo.coilysiren.me/coilyco-flight-deck/lunch-money-mcp, whichcoilyco-bridge/deploypulls. The repository is namedlunch-money-k8s, andcoilyco-flight-deck/lunch-money-mcpis a 404 as a repository.Every other service in the fleet has image path equal to
owner/repo.Why it surfaced
coilyco-bridge/deployreconciles image pins by deriving the source repo fromthe image path. This repo breaks that convention, so its pin cannot be watched:
Before coilyco-bridge/deploy#410 that was
silent. It is now reported by name and deferred every tick, but the deployed
pin still never advances on its own.
Wanted
Rename the repository to
lunch-money-mcpto match the image and the servicename deploy already uses.
-k8sdescribes how it ships rather than what it is,and the repo's own description leads with the MCP server.
The image path and the deploy side need no change. Once the repo resolves, the
reconciler picks it up.
Renaming needs the usual care for anything referencing the old name: the
repo-registry and catalog outputs in
coilyco-bridge/agentic-os-kai, any skillpointer, and local clones.