Skip to content

Commit

Permalink
fix kubectl url in sonobuoy
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Sep 20, 2024
1 parent 11f1dd0 commit 6591819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonobuoy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUDO = sudo
endif

SONOBUOY_URL = https://github.com/vmware-tanzu/sonobuoy/releases/download/v$(SONOBUOY_VERSION)/sonobuoy_$(SONOBUOY_VERSION)_linux_amd64.tar.gz
KUBECTL_URL = https://storage.googleapis.com/kubernetes-release/release/v$(KUBECTL_VERSION)/bin/linux/amd64/kubectl
KUBECTL_URL = https://dl.k8s.io/v$(KUBECTL_VERSION)/bin/linux/amd64/kubectl
DOCKER_COMPOSE_URL = https://github.com/docker/compose/releases/download/v$(DOCKER_COMPOSE_VERSION)/docker-compose-Linux-x86_64
CKECLI = ./bin/ckecli --config=./cke.config
KUBECONFIG := $(shell pwd)/.kubeconfig
Expand Down

0 comments on commit 6591819

Please sign in to comment.