fix(agent-pod): pin pi-coding-agent to a version that actually exists on npm
0.1.23 was pi's own internal version string (from local pi --version), not the npm package's semver -- npm has no such release, so the container crash-looped on ETARGET. Latest published is 0.84.2.
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- "npm install -g @earendil-works/pi-coding-agent@0.1.23 && sleep infinity"
|
- "npm install -g @earendil-works/pi-coding-agent@0.84.2 && sleep infinity"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "2"
|
cpu: "2"
|
||||||
|
|||||||
Reference in New Issue
Block a user