From 2bb51416867cf9ff02be360636bd66e8e75f58ea Mon Sep 17 00:00:00 2001
From: ysicing <i@ysicing.me>
Date: Tue, 8 Oct 2024 10:42:51 +0800
Subject: [PATCH] * [feat] bump zentao version

---
 common/const.go | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/const.go b/common/const.go
index 38fb4c28..2be3cf91 100644
--- a/common/const.go
+++ b/common/const.go
@@ -64,15 +64,15 @@ const (
 const (
 	DefaultQuickonOSSVersion      = "3.0.2" // 开源版本
 	DefaultQuickonEEVersion       = "1.0"
-	DefaultZentaoDevOPSOSSVersion = "20.7"
-	DefaultZentaoDevOPSMaxVersion = "5.6"
-	DefaultZentaoDevOPSBizVersion = "10.6"
-	DefaultZentaoDevOPSIPDVersion = "2.6"
+	DefaultZentaoDevOPSOSSVersion = "20.7.1"
+	DefaultZentaoDevOPSMaxVersion = "5.6.1"
+	DefaultZentaoDevOPSBizVersion = "10.6.1"
+	DefaultZentaoDevOPSIPDVersion = "2.6.1"
 	K3sBinName                    = "k3s"
 	K3sBinPath                    = "/usr/local/bin/k3s"
 	HelmBinName                   = "helm"
 	HelmBinPath                   = "/usr/local/bin/helm"
-	K3sBinVersion                 = "v1.28.13+k3s1"
+	K3sBinVersion                 = "v1.28.14+k3s1"
 	K3sBinURL                     = "https://github.com/k3s-io/k3s/releases/download"
 	K3sAgentEnv                   = "/etc/systemd/system/k3s-agent.service.env"
 	K3sKubeConfig                 = "/etc/rancher/k3s/k3s.yaml"