Skip to content

Commit d5072b4

Browse files
committed
Change production registry root url
1 parent b49aaa9 commit d5072b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/image.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
const (
3131
// Production registry root URL
32-
ProdRegistry = "k8s.gcr.io"
32+
ProdRegistry = "registry.k8s.io"
3333

3434
// Staging repository root URL prefix
3535
StagingRepoPrefix = "gcr.io/k8s-staging-"

0 commit comments

Comments
 (0)