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:
Will Anderson
2026-05-04 11:43:52 -05:00
parent 10c3af4afe
commit 84688aec9d
@@ -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: IfNotPresent imagePullPolicy: Always
ports: ports:
- name: http - name: http
containerPort: 8742 containerPort: 8742