From 5da80c6a55e9608543ff8d0b7a4b875643eebf67 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 21 Jul 2025 15:06:03 -0500 Subject: [PATCH] ntfy: 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. --- ntfy/ntfy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ntfy/ntfy.yaml b/ntfy/ntfy.yaml index 669d20c..1da8b93 100644 --- a/ntfy/ntfy.yaml +++ b/ntfy/ntfy.yaml @@ -54,6 +54,7 @@ spec: containers: - name: ntfy image: docker.io/binwiederhier/ntfy:v2.5.0 + imagePullPolicy: IfNotPresent args: - serve ports: