From c04487ba7c1718702ec3df47c0453fb115f21cce Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Tue, 23 Jul 2019 12:57:52 -0700 Subject: Changing Pull Policy for vFw Helm chart Pull policy is "Always" because of that VM/container images are pulled everytime for each chart. This slows down the deployment to several minutes in the lab environment. Changing pull policy to "IfNotPresent". Change-Id: I3c01e681f010481221f1e720e6f09b317fbe9d87 Signed-off-by: Ritu Sood Issue-ID: MULTICLOUD-708 --- kud/demo/firewall/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud/demo/firewall/values.yaml') diff --git a/kud/demo/firewall/values.yaml b/kud/demo/firewall/values.yaml index 4c0431be..abc39f01 100644 --- a/kud/demo/firewall/values.yaml +++ b/kud/demo/firewall/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: virtlet.cloud/ubuntu/16.04 tag: latest - pullPolicy: Always + pullPolicy: IfNotPresent nameOverride: "" fullnameOverride: "" -- cgit