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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user