From 5c9e21dc9a0d514d6cf15d00feb711d6c97b90bf Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Nov 2025 15:27:48 -0600 Subject: [PATCH] set image pull policy to always for ontime-operator --- infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml index 95116dc..eca2c33 100644 --- a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml +++ b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml @@ -354,6 +354,7 @@ spec: - --leader-election-id=ontime-operator - --health-probe-bind-address=:8081 image: git.jwetzell.com/jwetzell/ontime-operator:latest + imagePullPolicy: Always livenessProbe: httpGet: path: /healthz