Setting imagePullPolicy to Always

Change-Id: Iada3d3656a672154da6641c3ee55b57ec4c28fcb
diff --git a/xos-profiles/base-openstack/values.yaml b/xos-profiles/base-openstack/values.yaml
index c16cf66..cc02e32 100644
--- a/xos-profiles/base-openstack/values.yaml
+++ b/xos-profiles/base-openstack/values.yaml
@@ -22,7 +22,7 @@
 nameOverride: ""
 fullnameOverride: ""
 
-imagePullPolicy: 'IfNotPresent'
+imagePullPolicy: 'Always'
 
 httpieImage: "clue/httpie:latest"