update pause image

pull/16200/head
Steven Powell 2023-03-30 10:35:53 -07:00
parent 44c4657e4f
commit 8f47b1d25b
1 changed files with 1 additions and 1 deletions

View File

@ -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"),
}
}