commit | e2965c9fa10aa347652af182bd11f0f49101949f | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue May 08 13:22:20 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Mon May 14 10:20:44 2018 -0700 |
tree | e0434c836c3445d36fa5905f0e6ddf877b94948f | |
parent | 92874d3c3206df151f76a8a908012fb26388fe9e [diff] |
Setting imagePullPolicy to Always Change-Id: Iada3d3656a672154da6641c3ee55b57ec4c28fcb
diff --git a/xos-gui/values.yaml b/xos-gui/values.yaml index 3449931..b688baa 100644 --- a/xos-gui/values.yaml +++ b/xos-gui/values.yaml
@@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -imagePullPolicy: 'IfNotPresent' +imagePullPolicy: 'Always' # Docker Images xos_guiImage: 'xosproject/xos-gui:master'