Skip to content

Commit 4249370

Browse files
committed
* [feat] update zentao version
Signed-off-by: ysicing <i@ysicing.me>
1 parent 03a45e9 commit 4249370

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

common/const.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ const (
6464
const (
6565
DefaultQuickonOSSVersion = "3.0.2" // 开源版本
6666
DefaultQuickonEEVersion = "1.0"
67-
DefaultZentaoDevOPSOSSVersion = "20.5.0"
68-
DefaultZentaoDevOPSMaxVersion = "5.4.0"
69-
DefaultZentaoDevOPSBizVersion = "10.4.0"
70-
DefaultZentaoDevOPSIPDVersion = "2.4.0"
67+
DefaultZentaoDevOPSOSSVersion = "20.6"
68+
DefaultZentaoDevOPSMaxVersion = "5.5"
69+
DefaultZentaoDevOPSBizVersion = "10.5"
70+
DefaultZentaoDevOPSIPDVersion = "2.5"
7171
K3sBinName = "k3s"
7272
K3sBinPath = "/usr/local/bin/k3s"
7373
HelmBinName = "helm"
7474
HelmBinPath = "/usr/local/bin/helm"
75-
K3sBinVersion = "v1.28.12+k3s1"
75+
K3sBinVersion = "v1.28.13+k3s1"
7676
K3sBinURL = "https://github.com/k3s-io/k3s/releases/download"
7777
K3sAgentEnv = "/etc/systemd/system/k3s-agent.service.env"
7878
K3sKubeConfig = "/etc/rancher/k3s/k3s.yaml"

0 commit comments

Comments
 (0)