Setting imagePullPolicy to Always
Change-Id: Iada3d3656a672154da6641c3ee55b57ec4c28fcb
diff --git a/examples/pull-always-values.yaml b/examples/if-not-present-values.yaml
similarity index 71%
rename from examples/pull-always-values.yaml
rename to examples/if-not-present-values.yaml
index 81208ce..bb2a619 100644
--- a/examples/pull-always-values.yaml
+++ b/examples/if-not-present-values.yaml
@@ -17,24 +17,24 @@
# Set all image tags to "candidate" to use imagebuilder's local images
# in xos-core, rcord-lite, onos and voltha charts
-imagePullPolicy: 'Always'
+imagePullPolicy: 'IfNotPresent'
# in service charts
addressmanager:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
fabric:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
onos-service:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
volt:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
vsg-hw:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
kubernetes:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
vrouter:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
xos-gui:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'
simpleexampleservice:
- imagePullPolicy: 'Always'
+ imagePullPolicy: 'IfNotPresent'