From f99c1baf5d17a0b68789a22a754d0fcec3f824c8 Mon Sep 17 00:00:00 2001 From: Illyoung Choi Date: Fri, 29 Oct 2021 13:19:49 -0700 Subject: [PATCH] Pull driver images always --- helm/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 48ba11c..201ac6b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -14,7 +14,7 @@ controllerService: image: repository: cyverse/irods-csi-driver tag: v0.4.10 - pullPolicy: IfNotPresent + pullPolicy: Always extraArgs: - --logtostderr @@ -54,7 +54,7 @@ nodeService: image: repository: cyverse/irods-csi-driver tag: v0.4.10 - pullPolicy: IfNotPresent + pullPolicy: Always extraArgs: - --logtostderr @@ -69,7 +69,7 @@ nodeService: image: repository: cyverse/irods-csi-driver-pool tag: v0.4.10 - pullPolicy: IfNotPresent + pullPolicy: Always extraArgs: []