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:
|
containers:
|
||||||
- name: engram-server
|
- name: engram-server
|
||||||
image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest
|
image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8742
|
containerPort: 8742
|
||||||
|
|||||||
Reference in New Issue
Block a user