Skip to content

Commit

Permalink
chore: upgrade CSI driver image versions in linux vhd
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jan 31, 2024
1 parent d161a91 commit 3e62554
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions vhdbuilder/packer/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,30 +251,34 @@
"multiArchVersions": [
"v1.26.7",
"v1.26.8",
"v1.26.9",
"v1.28.4",
"v1.28.5",
"v1.28.6",
"v1.29.1",
"v1.29.2"
"v1.29.2",
"v1.29.3"
]
},
{
"downloadURL": "mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:*",
"amd64OnlyVersions": [],
"multiArchVersions": [
"v1.24.11",
"v1.26.9",
"v1.26.10",
"v1.26.11",
"v1.28.6",
"v1.28.7",
"v1.28.8",
"v1.29.1",
"v1.29.2"
"v1.29.2",
"v1.29.3"
]
},
{
"downloadURL": "mcr.microsoft.com/oss/kubernetes-csi/blob-csi:*",
"amd64OnlyVersions": [],
"multiArchVersions": [
"v1.19.6",
"v1.21.5",
"v1.21.6",
"v1.22.3",
Expand Down

0 comments on commit 3e62554

Please sign in to comment.