Skip to content

Commit 43465bd

Browse files
authored
Merge pull request #235 from jeffbearer/feature/alwayspull-33532215
Set ImagePullPolicy to Always for automatic patch updates
2 parents 5dbd231 + 41ecd7b commit 43465bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/csi-azurelustre-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
memory: 20Mi
6969
- name: azurelustre
7070
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurelustre-csi:v0.3.0
71-
imagePullPolicy: IfNotPresent
71+
imagePullPolicy: Always
7272
args:
7373
- "-v=5"
7474
- "--endpoint=$(CSI_ENDPOINT)"

deploy/csi-azurelustre-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
memory: 20Mi
8686
- name: azurelustre
8787
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurelustre-csi:v0.3.0
88-
imagePullPolicy: IfNotPresent
88+
imagePullPolicy: Always
8989
lifecycle:
9090
preStop:
9191
exec:

0 commit comments

Comments
 (0)