Skip to content

Commit f0c3c8d

Browse files
Update dependency kubernetes/kubectl to v0.35.0 (#2487)
Co-authored-by: 23t-machine-user <operations@23technologies.cloud>
1 parent 3452635 commit f0c3c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ _setVersion() {
4444

4545
install_kubectl() {
4646
# renovate: datasource=github-tags depName=kubernetes/kubectl
47-
VERSION=v0.34.3
47+
VERSION=v0.35.0
4848

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

0 commit comments

Comments
 (0)