Always pull latest image in k8s builds

This commit is contained in:
Brad Ison 2016-09-08 15:00:12 -04:00
parent 401143484e
commit 2a1cf2bfd1

View file

@ -370,7 +370,7 @@ class KubernetesExecutor(BuilderExecutor):
'containers': [
{
'name': 'builder',
'imagePullPolicy': 'IfNotPresent',
'imagePullPolicy': 'Always',
'image': self.image,
'securityContext': {'privileged': True},
'env': [