We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e095d commit d07481fCopy full SHA for d07481f
hack/scripts/getk3s.sh
@@ -8,10 +8,10 @@
8
set -xe
9
10
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.28.13%2Bk3s1/k3s
+ wget -O hack/bin/k3s-linux-amd64 https://github.com/k3s-io/k3s/releases/download/v1.28.14%2Bk3s1/k3s
12
fi
13
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.28.13%2Bk3s1/k3s-arm64
+ wget -O hack/bin/k3s-linux-arm64 https://github.com/k3s-io/k3s/releases/download/v1.28.14%2Bk3s1/k3s-arm64
15
16
17
chmod +x hack/bin/k3s-linux-amd64 hack/bin/k3s-linux-arm64
0 commit comments