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:
parent
194281e527
commit
3f0e8541f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue