File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ const (
6464const (
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"
Original file line number Diff line number Diff line change 88set -xe
99
1010if [ ! -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
1212fi
1313if [ ! -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
1515fi
1616
1717chmod +x hack/bin/k3s-linux-amd64 hack/bin/k3s-linux-arm64
You can’t perform that action at this time.
0 commit comments