We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3452635 commit f0c3c8dCopy full SHA for f0c3c8d
hack/tools/install.sh
@@ -44,7 +44,7 @@ _setVersion() {
44
45
install_kubectl() {
46
# renovate: datasource=github-tags depName=kubernetes/kubectl
47
- VERSION=v0.34.3
+ VERSION=v0.35.0
48
49
if _isStale $KUBECTL $VERSION; then
50
curl -Lo $KUBECTL "https://dl.k8s.io/release/${VERSION/v0/v1}/bin/$TOOLS_KERNEL/$TOOLS_ARCH/kubectl"
0 commit comments