Skip to content

Commit 9b23a92

Browse files
Update dependency kubernetes/kubernetes to v1.35.1
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent 1c427b8 commit 9b23a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/bootstrap/deb-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euxo pipefail
44
. /etc/profile
55

66
# renovate: datasource=github-releases depName=kubernetes/kubernetes
7-
KUBECTL_VERSION=1.35.0
7+
KUBECTL_VERSION=1.35.1
88
ARCH=$(dpkg --print-architecture)
99

1010
curl -LO "https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/$ARCH/kubectl"

0 commit comments

Comments
 (0)