Skip to content

Commit 1248411

Browse files
author
23t-renovate
committed
Update dependency kubernetes/kubectl to v0.29.3
1 parent 94ca92f commit 1248411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _setVersion() {
4343

4444
install_kubectl() {
4545
# renovate: datasource=github-tags depName=kubernetes/kubectl
46-
VERSION=v0.29.2
46+
VERSION=v0.29.3
4747

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

0 commit comments

Comments
 (0)