Changing Pull Policy for vFw Helm chart 02/91902/2
authorRitu Sood <ritu.sood@intel.com>
Tue, 23 Jul 2019 19:57:52 +0000 (12:57 -0700)
committerRitu Sood <ritu.sood@intel.com>
Wed, 24 Jul 2019 16:52:35 +0000 (09:52 -0700)
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 <ritu.sood@intel.com>
Issue-ID: MULTICLOUD-708

kud/demo/firewall/charts/packetgen/values.yaml
kud/demo/firewall/charts/sink/values.yaml
kud/demo/firewall/values.yaml

index d79e548..3df9408 100644 (file)
@@ -7,7 +7,7 @@ replicaCount: 1
 image:
   repository: virtlet.cloud/ubuntu/16.04
   tag: latest
-  pullPolicy: Always
+  pullPolicy: IfNotPresent
 
 nameOverride: ""
 fullnameOverride: ""
index e2608e2..8a70889 100644 (file)
@@ -7,10 +7,9 @@ replicaCount: 1
 image:
   sinkrepo: rtsood/onap-vfw-demo-sink
   sinktag: 0.2.0
-  pullPolicy: Always
+  pullPolicy: IfNotPresent
   darkstatrepo: electrocucaracha/darkstat
   darkstattag: latest
-  pullPolicy: Always
 
 nameOverride: ""
 fullnameOverride: ""
index 4c0431b..abc39f0 100644 (file)
@@ -7,7 +7,7 @@ replicaCount: 1
 image:
   repository: virtlet.cloud/ubuntu/16.04
   tag: latest
-  pullPolicy: Always
+  pullPolicy: IfNotPresent
 
 nameOverride: ""
 fullnameOverride: ""