From 411515cbc7e031ded238de04aaa1a9054c7a6a63 Mon Sep 17 00:00:00 2001 From: Arnaud Meukam Date: Mon, 9 Sep 2024 13:04:30 +0200 Subject: [PATCH] Switch production bucket Part of: - https://github.com/kubernetes/release/issues/3729 Use a community-bucket for Kubernetes releases --- pkg/release/release.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/release/release.go b/pkg/release/release.go index 00d0306ee5f..25a1bd495ef 100644 --- a/pkg/release/release.go +++ b/pkg/release/release.go @@ -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"