Skip to content

Commit e4afff0

Browse files
authored
Merge pull request #3285 from CecileRobertMichon/cherry-pick-e2e-image
[release-1.7] Fix windows vmss e2e test
2 parents 052f3d5 + eeaf385 commit e4afff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ providers:
151151
variables:
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}"

test/e2e/kubernetes/windows/windows.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ func (i *WindowsImage) GetImage(version OSVersion) string {
5252

5353
func 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

0 commit comments

Comments
 (0)