From 32132842be486247f5776e6072484b4421fe0a77 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 21 Jul 2025 15:04:03 -0500 Subject: [PATCH] firefly-iii: Set imagePullPolicy: IfNotPresent We don't want to pull public container images that already exist. This creates prevents pods from starting if there is any connectivity issue with the upstream registry. --- firefly-iii/firefly-iii.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefly-iii/firefly-iii.yaml b/firefly-iii/firefly-iii.yaml index 9b47f1f..7587969 100644 --- a/firefly-iii/firefly-iii.yaml +++ b/firefly-iii/firefly-iii.yaml @@ -66,6 +66,7 @@ spec: containers: - name: firefly-iii image: docker.io/fireflyiii/core:version-6.0.19 + imagePullPolicy: IfNotPresent envFrom: - configMapRef: name: firefly-iii @@ -127,6 +128,7 @@ spec: spec: containers: - image: docker.io/library/busybox + imagePullPolicy: IfNotPresent name: wget command: - wget