Skip to content

Commit 6ec3c39

Browse files
author
Vincent Cui
committed
always pull the images
1 parent fbae6ab commit 6ec3c39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flask.istio.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
containers:
2727
- name: flaskapp
2828
image: dustise/flaskapp
29-
imagePullPolicy: IfNotPresent
29+
imagePullPolicy: Always
3030
env:
3131
- name: version
3232
value: v1
@@ -46,7 +46,7 @@ spec:
4646
containers:
4747
- name: flaskapp
4848
image: dustise/flaskapp
49-
imagePullPolicy: IfNotPresent
49+
imagePullPolicy: Always
5050
env:
5151
- name: version
5252
value: v2

flask.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ spec:
2828
containers:
2929
- name: flaskapp
3030
image: dustise/flaskapp
31-
imagePullPolicy: IfNotPresent
31+
imagePullPolicy: Always
3232
---

0 commit comments

Comments
 (0)