Skip to content

Commit b29607c

Browse files
committed
chore: update download links for k3s to the latest version
- 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]>
1 parent 3dcb8c4 commit b29607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/scripts/getk3s.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
set -xe
99

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

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

0 commit comments

Comments
 (0)