[CORD-3022] Adding M-CORD images to example files

Change-Id: I86688ee7867167bd80d07bb2af8ea0cdf8100c07
diff --git a/examples/imagePullPolicy-IfNotPresent.yaml b/examples/imagePullPolicy-IfNotPresent.yaml
index bfab79b..713d0f4 100644
--- a/examples/imagePullPolicy-IfNotPresent.yaml
+++ b/examples/imagePullPolicy-IfNotPresent.yaml
@@ -17,8 +17,10 @@
 
 # in xos-core, rcord-lite, onos and voltha charts
 imagePullPolicy: 'IfNotPresent'
+xos-gui:
+  imagePullPolicy: 'IfNotPresent'
 
-# in service charts
+# in RCORD service chart
 addressmanager:
   imagePullPolicy: 'IfNotPresent'
 fabric:
@@ -29,17 +31,43 @@
   imagePullPolicy: 'IfNotPresent'
 vsg-hw:
   imagePullPolicy: 'IfNotPresent'
-kubernetes:
-  imagePullPolicy: 'IfNotPresent'
 rcord:
   imagePullPolicy: 'IfNotPresent'
 vrouter:
   imagePullPolicy: 'IfNotPresent'
-xos-gui:
-  imagePullPolicy: 'IfNotPresent'
-simpleexampleservice:
-  imagePullPolicy: 'IfNotPresent'
+
+# in BASE-OPENSTACK chart
 openstack:
   imagePullPolicy: 'IfNotPresent'
 vtn-service:
+  imagePullPolicy: 'IfNotPresent'
+
+# in MCORD
+vmme:
+  imagePullPolicy: 'IfNotPresent'
+vspgwc:
+  imagePullPolicy: 'IfNotPresent'
+vspgwu:
+  imagePullPolicy: 'IfNotPresent'
+vhss:
+  imagePullPolicy: 'IfNotPresent'
+hssdb:
+  imagePullPolicy: 'IfNotPresent'
+internetemulator:
+  imagePullPolicy: 'IfNotPresent'
+sdncontroller:
+  imagePullPolicy: 'IfNotPresent'
+epc-service:
+  imagePullPolicy: 'IfNotPresent'
+mcord-subscriber:
+  imagePullPolicy: 'IfNotPresent'
+progran:
+  imagePullPolicy: 'IfNotPresent'
+
+# others
+kubernetes:
+  imagePullPolicy: 'IfNotPresent'
+simpleexampleservice:
+  imagePullPolicy: 'IfNotPresent'
+hippieOSS:
   imagePullPolicy: 'IfNotPresent'
\ No newline at end of file