From b05d4934e15b64a61dcbb3e6f14c93ffd1525482 Mon Sep 17 00:00:00 2001 From: Philipp Schirmer Date: Thu, 22 Aug 2024 14:58:44 +0200 Subject: [PATCH] Add image pull policy --- charts/rclone-copy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rclone-copy/values.yaml b/charts/rclone-copy/values.yaml index 0cadbc3..2804680 100644 --- a/charts/rclone-copy/values.yaml +++ b/charts/rclone-copy/values.yaml @@ -43,7 +43,7 @@ rcloneConf: "" # Release version for the openbridge/ob_bulkstash docker image. # You probably don't need to change this. imageRelease: 1.53.1 -imagePullPolicy: Always +imagePullPolicy: IfNotPresent restartPolicy: OnFailure