Skip to content

Commit 64b51ef

Browse files
authored
chore: upgrade Azure File CSI driver to v1.31.2 in vhd image (#5593)
1 parent 54baefc commit 64b51ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parts/linux/cloud-init/artifacts/components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
},
392392
{
393393
"renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/azurefile-csi",
394-
"latestVersion": "v1.31.1"
394+
"latestVersion": "v1.31.2"
395395
}
396396
]
397397
},

vhdbuilder/packer/generate-windows-vhd-configuration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $global:imagesToPull += @(
115115
"mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.29.10-windows-hp", # for k8s 1.28.x
116116
"mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.6-windows-hp", # for k8s 1.29.x
117117
"mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.30.7-windows-hp", # for k8s 1.29.x
118-
"mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.31.1-windows-hp", # for k8s 1.31.x
118+
"mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.31.2-windows-hp", # for k8s 1.31.x
119119
120120
# Addon of Azure secrets store. Owner: jiashun0011 (Jiashun Liu)
121121
"mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.5",

0 commit comments

Comments
 (0)