Always pull docker image

This commit is contained in:
James Munnelly
2015-09-10 09:50:31 +01:00
parent b232ceec3c
commit 44c098a54e
@@ -78,6 +78,7 @@ func (e *KubernetesExecutor) createPod() *api.Pod {
MountPath: "/ssd/plex/Buffer", MountPath: "/ssd/plex/Buffer",
}, },
}, },
ImagePullPolicy: api.PullAlways,
}, },
}, },
}, },