Skip to content

Commit 1fb8ae3

Browse files
authored
Merge pull request #669 from upodroid/change-prod-reg-constant
Change Production Registry Root URL
2 parents 1ee9a5e + d5072b4 commit 1fb8ae3

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)