Skip to content

Commit 62a1d57

Browse files
committed
Set ImagePullPolicy to Always for automatic patch updates
Change imagePullPolicy from IfNotPresent to Always in both CSI driver deployment manifests to ensure automatic pickup of new patch releases without requiring manual intervention. Changes: - deploy/csi-azurelustre-controller.yaml: azurelustre container - deploy/csi-azurelustre-node.yaml: azurelustre container
1 parent 24d5ac3 commit 62a1d57

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
@@ -69,7 +69,7 @@ spec:
6969
memory: 20Mi
7070
- name: azurelustre
7171
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurelustre-csi:v0.3.0
72-
imagePullPolicy: IfNotPresent
72+
imagePullPolicy: Always
7373
args:
7474
- "-v=5"
7575
- "--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)