Skip to content

Commit 8f47b1d

Browse files
committed
update pause image
1 parent 44c4657 commit 8f47b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/integration/functional_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func runImageList(ctx context.Context, t *testing.T, profile, testName, format,
278278

279279
func expectedImageFormat(format string) []string {
280280
return []string{
281-
fmt.Sprintf(format, "k8s.gcr.io/pause"),
281+
fmt.Sprintf(format, "registry.k8s.io/pause"),
282282
fmt.Sprintf(format, "registry.k8s.io/kube-apiserver"),
283283
}
284284
}

0 commit comments

Comments
 (0)