Always pull the image
This commit is contained in:
parent
35020eceae
commit
1340e51406
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ objects:
|
|||
spec:
|
||||
containers:
|
||||
- image: ${PROJECT_BASE}-${BUILD_ENV}/${APP}:${ENV}
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
name: ${APP}
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Reference in a new issue