We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ca92f commit 1248411Copy full SHA for 1248411
hack/tools/install.sh
@@ -43,7 +43,7 @@ _setVersion() {
43
44
install_kubectl() {
45
# renovate: datasource=github-tags depName=kubernetes/kubectl
46
- VERSION=v0.29.2
+ VERSION=v0.29.3
47
48
if _isStale $KUBECTL $VERSION; then
49
curl -Lo $KUBECTL "https://dl.k8s.io/release/${VERSION/v0/v1}/bin/$TOOLS_KERNEL/$TOOLS_ARCH/kubectl"
0 commit comments