From 8170dcd4a8ad6a2d98ab1529ee0eb15d1bc85e97 Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 10:07:09 +0200 Subject: [PATCH] fix(pull policy): pull always --- httpd/v1.0.0/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/v1.0.0/values.yaml b/httpd/v1.0.0/values.yaml index 2c4e63b..8289250 100644 --- a/httpd/v1.0.0/values.yaml +++ b/httpd/v1.0.0/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: registry.webhosting.rug.nl/molgenis/httpd tag: latest - pullPolicy: IfNotPresent + pullPolicy: always service: type: ClusterIP