From dfe3df27f265e7e6bc903ffca5181818cdecea6e Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 7 Sep 2022 14:43:08 +0200 Subject: [PATCH] kured-ds.yaml: set imagePullPolicy to Always Signed-off-by: Johannes Kastl --- kured-ds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kured-ds.yaml b/kured-ds.yaml index 15c4aca..e6ef192 100644 --- a/kured-ds.yaml +++ b/kured-ds.yaml @@ -39,7 +39,7 @@ spec: # If you find yourself here wondering why there is no # :latest tag on Docker Hub,see the FAQ in the README image: ghcr.io/kubereboot/kured:1.21.0 - imagePullPolicy: IfNotPresent + imagePullPolicy: Always securityContext: privileged: true # Give permission to nsenter /proc/1/ns/mnt readOnlyRootFilesystem: true