chore: update KUBECTL_URL to reflect the community bucket

This PR changes the url used in the Makefile from a legacy
URL to point to the new community owned download host.

Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Ricky Sadowski 2023-05-11 16:02:32 +00:00 committed by Noel Georgi
parent cc3128d944
commit aa65fbb8a1
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36

View File

@ -58,7 +58,7 @@ HELM_VERSION ?= v3.11.3
CLUSTERCTL_VERSION ?= 1.4.2
# renovate: datasource=github-releases depName=cilium/cilium-cli
CILIUM_CLI_VERSION ?= v0.14.1
KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/$(KUBECTL_VERSION)/bin/$(OPERATING_SYSTEM)/amd64/kubectl
KUBECTL_URL ?= https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/$(OPERATING_SYSTEM)/amd64/kubectl
KUBESTR_URL ?= https://github.com/kastenhq/kubestr/releases/download/$(KUBESTR_VERSION)/kubestr_$(subst v,,$(KUBESTR_VERSION))_Linux_amd64.tar.gz
HELM_URL ?= https://get.helm.sh/helm-$(HELM_VERSION)-linux-amd64.tar.gz
CLUSTERCTL_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/v$(CLUSTERCTL_VERSION)/clusterctl-$(OPERATING_SYSTEM)-amd64