From 8f47b1d25b5b94c236dc869b096d903eec0a708c Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Thu, 30 Mar 2023 10:35:53 -0700 Subject: [PATCH] update pause image --- test/integration/functional_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/functional_test.go b/test/integration/functional_test.go index 1d63f270e2..12f040a705 100644 --- a/test/integration/functional_test.go +++ b/test/integration/functional_test.go @@ -278,7 +278,7 @@ func runImageList(ctx context.Context, t *testing.T, profile, testName, format, func expectedImageFormat(format string) []string { return []string{ - fmt.Sprintf(format, "k8s.gcr.io/pause"), + fmt.Sprintf(format, "registry.k8s.io/pause"), fmt.Sprintf(format, "registry.k8s.io/kube-apiserver"), } }