claude-memory: image base forgejo -> ghcr (ADR-0002 infra#20)
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:
parent
2f3c58dff1
commit
3960eac716
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue