fix engram-server: use IfNotPresent pull policy to use local k3s cache

The buildah-compiled image (imported directly into k3s) is the working
version. The registry image will catch up after the next CI build.
IfNotPresent ensures the locally-cached correct binary is used.
This commit is contained in:
Will Anderson
2026-05-04 11:42:10 -05:00
parent 283e335e0a
commit 10c3af4afe
@@ -30,7 +30,7 @@ spec:
containers:
- name: engram-server
image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8742