Skip to content

Commit 262d876

Browse files
committed
test: set imagePullPolicy as Always
1 parent ae8392c commit 262d876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/csi-blob-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
memory: 20Mi
6565
- name: blob
6666
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
67-
imagePullPolicy: IfNotPresent
67+
imagePullPolicy: Always
6868
args:
6969
- "--v=5"
7070
- "--endpoint=$(CSI_ENDPOINT)"

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
memory: 20Mi
7878
- name: blob
7979
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
80-
imagePullPolicy: IfNotPresent
80+
imagePullPolicy: Always
8181
args:
8282
- "--v=5"
8383
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)