Skip to content

Commit

Permalink
Update dependency kubectl to v1.31.2 (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 363c33a commit 3c047f4
Showing 1 changed file with 1 addition and 1 deletion.
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.31.1
KUBECTL_VERSION ?= v1.31.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

0 comments on commit 3c047f4

Please sign in to comment.