From e2b3db837fb176790b1db5ea1a1092934eb0f527 Mon Sep 17 00:00:00 2001 From: ysicing Date: Mon, 24 Jun 2024 16:01:08 +0800 Subject: [PATCH] * [feat]: update zentao version --- common/const.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/const.go b/common/const.go index cb3c7074..607cddfe 100644 --- a/common/const.go +++ b/common/const.go @@ -64,10 +64,10 @@ const ( const ( DefaultQuickonOSSVersion = "3.0.2" // 开源版本 DefaultQuickonEEVersion = "1.0" - DefaultZentaoDevOPSOSSVersion = "20.1.0" - DefaultZentaoDevOPSMaxVersion = "4.12" - DefaultZentaoDevOPSBizVersion = "8.12" - DefaultZentaoDevOPSIPDVersion = "1.4" + DefaultZentaoDevOPSOSSVersion = "20.1.1" + DefaultZentaoDevOPSMaxVersion = "5.0.0" + DefaultZentaoDevOPSBizVersion = "10.0.0" + DefaultZentaoDevOPSIPDVersion = "2.0.0" K3sBinName = "k3s" K3sBinPath = "/usr/local/bin/k3s" HelmBinName = "helm"