Skip to content

Commit

Permalink
Update dependency kubernetes/kubernetes to v1.30.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 2228949 commit bc32833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/bootstrap/deb-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail
. /etc/profile

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBECTL_VERSION=1.29.2
KUBECTL_VERSION=1.30.0
ARCH=$(dpkg --print-architecture)

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

0 comments on commit bc32833

Please sign in to comment.