From 8d60396d142b49cb6a5859c21db3f6ccbf5d99d1 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:54:45 -0700 Subject: [PATCH] fix(agent-pod): bump base image to node:22-slim pi-coding-agent requires node >=22.19.0 (undici's webidl.util.markAsUncloneable, added in Node 22) -- node:20-slim installed fine but crashed on every invocation. --- k8s/apps/agent-pod/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/apps/agent-pod/deployment.yaml b/k8s/apps/agent-pod/deployment.yaml index ecf2d0d..51edd75 100644 --- a/k8s/apps/agent-pod/deployment.yaml +++ b/k8s/apps/agent-pod/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: pi - image: node:20-slim + image: node:22-slim command: - sh - -c