set image pull policy to always for ontime-operator

This commit is contained in:
2025-11-12 15:27:48 -06:00
parent 719724167f
commit 5c9e21dc9a

View File

@@ -354,6 +354,7 @@ spec:
- --leader-election-id=ontime-operator - --leader-election-id=ontime-operator
- --health-probe-bind-address=:8081 - --health-probe-bind-address=:8081
image: git.jwetzell.com/jwetzell/ontime-operator:latest image: git.jwetzell.com/jwetzell/ontime-operator:latest
imagePullPolicy: Always
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz