Skip to content

Commit bd85ae8

Browse files
Michael WeibelCecileRobertMichon
authored andcommitted
fix e2e test image
1 parent 052f3d5 commit bd85ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/kubernetes/windows/windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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{
5757
LTSC2019: "2.4.39-alpine",
5858
},

0 commit comments

Comments
 (0)