Skip to content

Commit

Permalink
Update dependency kubernetes/kubernetes to v1.30.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent a65ca12 commit 150b96b
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.30.3
KUBECTL_VERSION=1.30.4
ARCH=$(dpkg --print-architecture)

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

0 comments on commit 150b96b

Please sign in to comment.