claude-memory: image base forgejo -> ghcr (ADR-0002 infra#20)
Some checks failed
ci/woodpecker/push/build-cli Pipeline was successful
ci/woodpecker/push/default Pipeline was canceled

GHA now builds+pushes ghcr.io/viktorbarzin/claude-memory-mcp (public).
Image is KEEL_IGNORE_IMAGE (set-image managed), so this apply is inert
on the live pod; the stale :17 default literal is corrected to :latest.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-06-13 02:34:20 +00:00
parent 2f3c58dff1
commit 3960eac716

View file

@ -182,7 +182,7 @@ resource "kubernetes_deployment" "claude-memory" {
name = "claude-memory" name = "claude-memory"
# Phase 3 cutover 2026-05-07 moved off DockerHub to Forgejo as # Phase 3 cutover 2026-05-07 moved off DockerHub to Forgejo as
# part of the registry consolidation. Old: viktorbarzin/claude-memory-mcp:17 # part of the registry consolidation. Old: viktorbarzin/claude-memory-mcp:17
image = "forgejo.viktorbarzin.me/viktor/claude-memory-mcp:17" image = "ghcr.io/viktorbarzin/claude-memory-mcp:latest"
port { port {
container_port = 8000 container_port = 8000