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:
- name: engram-server
image: registry.neuralplatform.ai/neuron-technologies/engram-server:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
ports:
- name: http
containerPort: 8742