diff --git a/common/const.go b/common/const.go index dac25f1e..3a4565d4 100644 --- a/common/const.go +++ b/common/const.go @@ -64,10 +64,10 @@ const ( const ( DefaultQuickonOSSVersion = "3.0.2" // 开源版本 DefaultQuickonEEVersion = "1.0" - DefaultZentaoDevOPSOSSVersion = "20.4.0" - DefaultZentaoDevOPSMaxVersion = "5.3.0" - DefaultZentaoDevOPSBizVersion = "10.3.0" - DefaultZentaoDevOPSIPDVersion = "2.3.0" + DefaultZentaoDevOPSOSSVersion = "20.5.0" + DefaultZentaoDevOPSMaxVersion = "5.4.0" + DefaultZentaoDevOPSBizVersion = "10.4.0" + DefaultZentaoDevOPSIPDVersion = "2.4.0" K3sBinName = "k3s" K3sBinPath = "/usr/local/bin/k3s" HelmBinName = "helm"