claude-memory: pin image to :17, fixes URL-decode crash on sync endpoint

The + in +00:00 timezone offsets was being URL-decoded to a space,
causing ValueError on the /api/memories/sync endpoint. Build :17
includes the fix. Using versioned tag instead of :latest to avoid
pull-through cache serving stale images.
This commit is contained in:
Viktor Barzin 2026-03-15 15:32:50 +00:00
parent 194281e527
commit 3f0e8541f6

View file

@ -103,7 +103,7 @@ resource "kubernetes_deployment" "claude-memory" {
}
container {
name = "claude-memory"
image = "viktorbarzin/claude-memory-mcp:latest"
image = "viktorbarzin/claude-memory-mcp:17"
port {
container_port = 8000