File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ providers:
151151variables :
152152 AKS_KUBERNETES_VERSION : " latest"
153153 AKS_KUBERNETES_VERSION_UPGRADE_FROM : " latest-1"
154- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-stable-1 .24}"
154+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1 .24.10 }"
155155 ETCD_VERSION_UPGRADE_TO : " 3.5.4-0"
156156 COREDNS_VERSION_UPGRADE_TO : " v1.9.3"
157157 KUBERNETES_VERSION_UPGRADE_TO : " ${KUBERNETES_VERSION_UPGRADE_TO:-stable-1.25}"
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ func (i *WindowsImage) GetImage(version OSVersion) string {
5252
5353func GetWindowsImage (testImage WindowsTestImages , version OSVersion ) string {
5454 httpd := WindowsImage {
55- BaseImage : "k8sprow.azurecr .io/kubernetes- e2e-test-images/httpd" ,
55+ BaseImage : "registry.k8s .io/e2e-test-images/httpd" ,
5656 Tags : map [OSVersion ]string {
57- LTSC2019 : "2.4.39-alpine " ,
57+ LTSC2019 : "2.4.39-4 " ,
5858 },
5959 }
6060
You can’t perform that action at this time.
0 commit comments