Migrate apiserver to registry.k8s.io

Part of kubernetes/k8s.io#4738
This commit is contained in:
Hippie Hacker 2023-02-09 06:49:27 +13:00 committed by GitHub
parent 468ce59183
commit 75da0cc91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ spec:
k8s-app: agent k8s-app: agent
spec: spec:
containers: containers:
- image: k8s.gcr.io/busybox - image: registry.k8s.io/busybox
name: agent name: agent
`, `,
expectedResult: nil, expectedResult: nil,