Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(KO): $(call tool_version_file,$(KO),$(KO_VERSION))

KUBECTL := $(TOOLS_BIN_DIR)/kubectl
# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
KUBECTL_VERSION ?= v1.34.1
KUBECTL_VERSION ?= v1.34.2
$(KUBECTL): $(call tool_version_file,$(KUBECTL),$(KUBECTL_VERSION))
curl -Lo $(KUBECTL) https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/$(shell uname -s | tr '[:upper:]' '[:lower:]')/$(shell uname -m | sed 's/x86_64/amd64/')/kubectl
chmod +x $(KUBECTL)
Expand Down
Loading