From 8535d50faa1f61fd4046c75e2164295de646f7a9 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 16 Jan 2026 18:26:29 -0300 Subject: [PATCH] longhorn: force image pulls during migration --- infrastructure/longhorn/core/helmrelease.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/longhorn/core/helmrelease.yaml b/infrastructure/longhorn/core/helmrelease.yaml index a5d44ad..067bbd6 100644 --- a/infrastructure/longhorn/core/helmrelease.yaml +++ b/infrastructure/longhorn/core/helmrelease.yaml @@ -34,6 +34,7 @@ spec: createSecret: false registrySecret: longhorn-registry image: + pullPolicy: Always longhorn: engine: repository: registry.bstein.dev/bstein/longhorn-engine @@ -75,3 +76,5 @@ spec: livenessProbe: repository: registry.bstein.dev/bstein/longhorn-livenessprobe tag: v2.16.0 + defaultSettings: + systemManagedPodsImagePullPolicy: Always