Change image tag to 'master' for development

Change-Id: Iced1eb4e0e1455f8be269075f71158f5ac6c471a
diff --git a/examples/pull-always-values.yaml b/examples/pull-always-values.yaml
new file mode 100644
index 0000000..3ba39a8
--- /dev/null
+++ b/examples/pull-always-values.yaml
@@ -0,0 +1,51 @@
+---
+
+# Copyright 2018-present Open Networking Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Set all image tags to "candidate" to use imagebuilder's local images
+
+images:
+  xos_core:
+    pullPolicy: 'Always'
+  xos_gui:
+    pullPolicy: 'Always'
+  xos_db:
+    pullPolicy: 'Always'
+  xos_tosca:
+    pullPolicy: 'Always'
+  xos_chameleon:
+    pullPolicy: 'Always'
+  xos_ws:
+    pullPolicy: 'Always'
+
+image:
+  rcordSynchronizer:
+    pullPolicy: 'Always'
+
+addressmanager:
+  image:
+    pullPolicy: 'Always'
+fabric:
+  image:
+    pullPolicy: 'Always'
+onos-service:
+  image:
+    pullPolicy: 'Always'
+volt:
+  image:
+    pullPolicy: 'Always'
+vsg-hw:
+  image:
+    pullPolicy: 'Always'
\ No newline at end of file