Always pull the image

This commit is contained in:
Ovidio Mallo 2016-12-06 14:30:08 +01:00
parent 35020eceae
commit 1340e51406
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ objects:
spec:
containers:
- image: ${PROJECT_BASE}-${BUILD_ENV}/${APP}:${ENV}
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: ${APP}
ports:
- containerPort: 8080