From 0f7a8f3fb0141cdeac414c2a836cc1f4d1c86bb5 Mon Sep 17 00:00:00 2001 From: Ondrej Kokes Date: Wed, 2 Apr 2025 12:11:44 +0200 Subject: [PATCH] imagePullPolicy doesn't need to be set to Always --- deployment/node-problem-detector-healthchecker.yaml | 2 +- deployment/node-problem-detector.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/node-problem-detector-healthchecker.yaml b/deployment/node-problem-detector-healthchecker.yaml index f7f4fc50f..24a5b3780 100644 --- a/deployment/node-problem-detector-healthchecker.yaml +++ b/deployment/node-problem-detector-healthchecker.yaml @@ -38,7 +38,7 @@ spec: requests: cpu: 10m memory: 80Mi - imagePullPolicy: Always + imagePullPolicy: IfNotPresent securityContext: privileged: true env: diff --git a/deployment/node-problem-detector.yaml b/deployment/node-problem-detector.yaml index a3614e96b..7d86fe3ac 100644 --- a/deployment/node-problem-detector.yaml +++ b/deployment/node-problem-detector.yaml @@ -37,7 +37,7 @@ spec: requests: cpu: 10m memory: 80Mi - imagePullPolicy: Always + imagePullPolicy: IfNotPresent securityContext: privileged: true env: