Skip to content

Commit

Permalink
chore(deps): bump k3d from v5.6.0 to v5.7.3 (#11371)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont authored Sep 10, 2024
1 parent ee63fb3 commit f76b2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/dependencies/deps.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7cf725e6e74fc99f84483c82810e493110f84816
90ad6dc90d4be96ea647f533dc7d17783ea11be9
2 changes: 1 addition & 1 deletion mk/dependencies/k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

OUTPUT_DIR=$1/bin
VERSION="5.6.0"
VERSION="5.7.3"
# see https://raw.githubusercontent.com/rancher/k3d/main/install.sh
curl --fail --location -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | \
PATH=${OUTPUT_DIR}:${PATH} TAG=v${VERSION} USE_SUDO="false" K3D_INSTALL_DIR="${OUTPUT_DIR}" bash

0 comments on commit f76b2aa

Please sign in to comment.