Skip to content

Commit e869b39

Browse files
committed
chore: cache secrets-store-csi-driver v1.4.7
1 parent 64b51ef commit e869b39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"multiArchVersionsV2": [
239239
{
240240
"renovateTag": "registry=https://mcr.microsoft.com, name=oss/kubernetes-csi/secrets-store/driver",
241-
"latestVersion": "v1.4.5"
241+
"latestVersion": "v1.4.7"
242242
}
243243
]
244244
},
@@ -248,7 +248,7 @@
248248
"multiArchVersionsV2": [
249249
{
250250
"renovateTag": "registry=https://mcr.microsoft.com, name=oss/azure/secrets-store/provider-azure",
251-
"latestVersion": "v1.5.3"
251+
"latestVersion": "v1.62"
252252
}
253253
]
254254
},
@@ -879,4 +879,4 @@
879879
}
880880
}
881881
]
882-
}
882+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ $global:imagesToPull += @(
118118
"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)
121-
"mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.5",
122-
"mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.5.3",
121+
"mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.4.7",
122+
"mcr.microsoft.com/oss/azure/secrets-store/provider-azure:v1.6.2",
123123
124124
# Azure cloud node manager. Owner: nilo19 (Qi Ni), lzhecheng (Zhecheng Li)
125125
"mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.27.21", # for k8s 1.27.x

0 commit comments

Comments
 (0)