Skip to content

Commit 0baaff4

Browse files
chore: migrate from k8s.gcr.io to registry.k8s.io
Signed-off-by: Waleed Malik <[email protected]>
1 parent 5194800 commit 0baaff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/scan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ func TestImageRepositoryReconciler_ScanPublicRepos(t *testing.T) {
552552
name string
553553
image string
554554
}{
555-
{"gcr", "k8s.gcr.io/coredns/coredns"},
555+
{"k8s", "registry.k8s.io/coredns/coredns"},
556556
{"ghcr", "ghcr.io/stefanprodan/podinfo"},
557557
}
558558

0 commit comments

Comments
 (0)