Skip to content

Commit

Permalink
chore: add windows change for sidecar images version addition
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Sep 11, 2024
1 parent 87e3fe1 commit f7341dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vhdbuilder/packer/generate-windows-vhd-configuration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ $global:imagesToPull += @(
# This is for test purpose only to reduce the test duration.
"mcr.microsoft.com/windows/servercore/iis:latest",
# CSI. Owner: andyzhangx (Andy Zhang)
"mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.13.1", # for k8s 1.27+
"mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.11.1", # for k8s 1.27+
"mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.12.0", # for k8s 1.27+
"mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.13.1", # for k8s 1.30+
"mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.10.1", # for k8s 1.27+
"mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.11.1", # for k8s 1.30+
"mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.10-windows-hp", # for k8s 1.27.x
"mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.29.9-windows-hp", # for k8s 1.28.x
"mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.4-windows-hp", # for k8s 1.30.x
Expand Down

0 comments on commit f7341dc

Please sign in to comment.