Skip to content

Commit 23a6a81

Browse files
authored
Merge pull request #3749 from ameukam/switch-release-bucket-prod
Switch production bucket
2 parents 2b2218a + 411515c commit 23a6a81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/release/release.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ const (
103103
TestBucket = "kubernetes-release-gcb"
104104

105105
// ProductionBucket is the default bucket for Kubernetes releases.
106-
ProductionBucket = "kubernetes-release"
106+
// Owned by SIG k8s Infra: https://git.k8s.io/community/sig-k8s-infra
107+
ProductionBucket = "767373bbdcb8270361b96548387bf2a9ad0d48758c35"
107108

108109
// ProductionBucketURL is the url for the ProductionBucket.
109110
ProductionBucketURL = "https://dl.k8s.io"

0 commit comments

Comments
 (0)