Skip to content

Commit

Permalink
chore: update download links for k3s to the latest version
Browse files Browse the repository at this point in the history
- Update the download link for `k3s-linux-amd64` to version `v1.26.14+k3s1`
- Update the download link for `k3s-linux-arm64` to version `v1.26.14+k3s1`

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Mar 5, 2024
1 parent 3dcb8c4 commit b29607c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/scripts/getk3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
set -xe

if [ ! -f "hack/bin/k3s-linux-amd64" ]; then
wget -O hack/bin/k3s-linux-amd64 https://github.com/k3s-io/k3s/releases/download/v1.26.13%2Bk3s2/k3s
wget -O hack/bin/k3s-linux-amd64 https://github.com/k3s-io/k3s/releases/download/v1.26.14%2Bk3s1/k3s
fi
if [ ! -f "hack/bin/k3s-linux-arm64" ]; then
wget -O hack/bin/k3s-linux-arm64 https://github.com/k3s-io/k3s/releases/download/v1.26.13%2Bk3s2/k3s-arm64
wget -O hack/bin/k3s-linux-arm64 https://github.com/k3s-io/k3s/releases/download/v1.26.14%2Bk3s1/k3s-arm64
fi

chmod +x hack/bin/k3s-linux-amd64 hack/bin/k3s-linux-arm64

0 comments on commit b29607c

Please sign in to comment.