We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f8972 commit c198b23Copy full SHA for c198b23
1 file changed
hack/tools.mk
@@ -50,7 +50,7 @@ $(KO): $(call tool_version_file,$(KO),$(KO_VERSION))
50
51
KUBECTL := $(TOOLS_BIN_DIR)/kubectl
52
# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
53
-KUBECTL_VERSION ?= v1.34.3
+KUBECTL_VERSION ?= v1.34.4
54
$(KUBECTL): $(call tool_version_file,$(KUBECTL),$(KUBECTL_VERSION))
55
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
56
chmod +x $(KUBECTL)
0 commit comments