Skip to content

Commit

Permalink
Switch production bucket
Browse files Browse the repository at this point in the history
Part of:
 - kubernetes#3729

Use a community-bucket for Kubernetes releases
  • Loading branch information
ameukam committed Sep 9, 2024
1 parent 2b2218a commit 411515c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ const (
TestBucket = "kubernetes-release-gcb"

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

// ProductionBucketURL is the url for the ProductionBucket.
ProductionBucketURL = "https://dl.k8s.io"
Expand Down

0 comments on commit 411515c

Please sign in to comment.