Skip to content

Commit

Permalink
Merge pull request #3749 from ameukam/switch-release-bucket-prod
Browse files Browse the repository at this point in the history
Switch production bucket
  • Loading branch information
k8s-ci-robot authored Sep 10, 2024
2 parents 2b2218a + 411515c commit 23a6a81
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 23a6a81

Please sign in to comment.