Skip to content

Commit 5a4edd2

Browse files
committed
* [feat]: update zentao version
1 parent 9eb3793 commit 5a4edd2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

common/const.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ const (
6464
const (
6565
DefaultQuickonOSSVersion = "3.0.2" // 开源版本
6666
DefaultQuickonEEVersion = "1.0"
67-
DefaultZentaoDevOPSOSSVersion = "20.1.1"
68-
DefaultZentaoDevOPSMaxVersion = "5.0.0"
69-
DefaultZentaoDevOPSBizVersion = "10.0.0"
70-
DefaultZentaoDevOPSIPDVersion = "2.0.0"
67+
DefaultZentaoDevOPSOSSVersion = "20.2.0"
68+
DefaultZentaoDevOPSMaxVersion = "5.1.0"
69+
DefaultZentaoDevOPSBizVersion = "10.1.0"
70+
DefaultZentaoDevOPSIPDVersion = "2.1.0"
7171
K3sBinName = "k3s"
7272
K3sBinPath = "/usr/local/bin/k3s"
7373
HelmBinName = "helm"

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.28.10%2Bk3s1/k3s
11+
wget -O hack/bin/k3s-linux-amd64 https://github.com/k3s-io/k3s/releases/download/v1.28.11%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.28.10%2Bk3s1/k3s-arm64
14+
wget -O hack/bin/k3s-linux-arm64 https://github.com/k3s-io/k3s/releases/download/v1.28.11%2Bk3s1/k3s-arm64
1515
fi
1616

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

0 commit comments

Comments
 (0)