Skip to content

Commit 41ecd7b

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 5dbd231 commit 41ecd7b

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)