Skip to content

Commit

Permalink
Update dependency kubernetes/kubectl to v0.31.3 (#1809)
Browse files Browse the repository at this point in the history
Co-authored-by: 23t-machine-user <[email protected]>
  • Loading branch information
23t-machine-user and 23t-okeanos authored Nov 21, 2024
1 parent 27e1510 commit c759ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _setVersion() {

install_kubectl() {
# renovate: datasource=github-tags depName=kubernetes/kubectl
VERSION=v0.31.2
VERSION=v0.31.3

if _isStale $KUBECTL $VERSION; then
curl -Lo $KUBECTL "https://dl.k8s.io/release/${VERSION/v0/v1}/bin/$TOOLS_KERNEL/$TOOLS_ARCH/kubectl"
Expand Down

0 comments on commit c759ebf

Please sign in to comment.