restore Always pull policy for engram-server: registry image now works
The registry image now compiles with -rdynamic/-ldl so dlsym can find handle_request at runtime. IfNotPresent workaround no longer needed.
This commit is contained in:
@@ -30,7 +30,7 @@ spec:
|
||||
containers:
|
||||
- name: engram-server
|
||||
image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8742
|
||||
|
||||
Reference in New Issue
Block a user