From 60126c13adfda050da76856d16bb1a46fb04c965 Mon Sep 17 00:00:00 2001 From: sido Date: Mon, 25 Jun 2018 14:39:40 +0200 Subject: [PATCH] fix pull policy --- httpd/v0.1.0/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/v0.1.0/values.yaml b/httpd/v0.1.0/values.yaml index 250d08b..354ba74 100644 --- a/httpd/v0.1.0/values.yaml +++ b/httpd/v0.1.0/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: registry.webhosting.rug.nl/molgenis/httpd tag: lts - pullPolicy: always + pullPolicy: Always service: type: ClusterIP