From 72402008dbe4da6fc78c6241aa19332845fa4014 Mon Sep 17 00:00:00 2001 From: ysicing Date: Tue, 5 Nov 2024 09:25:51 +0800 Subject: [PATCH] chore: bump component versions for improved stability - Update default versions for various components to newer releases - Increment K3s binary version from `v1.28.14+k3s1` to `v1.28.15+k3s1` Signed-off-by: ysicing --- common/const.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/const.go b/common/const.go index 2858996a..79a4f916 100644 --- a/common/const.go +++ b/common/const.go @@ -64,15 +64,15 @@ const ( const ( DefaultQuickonOSSVersion = "3.0.2" // 开源版本 DefaultQuickonEEVersion = "1.0" - DefaultZentaoDevOPSOSSVersion = "20.8" - DefaultZentaoDevOPSMaxVersion = "5.7" - DefaultZentaoDevOPSBizVersion = "10.7" - DefaultZentaoDevOPSIPDVersion = "2.7" + DefaultZentaoDevOPSOSSVersion = "21.0" + DefaultZentaoDevOPSMaxVersion = "6.0" + DefaultZentaoDevOPSBizVersion = "11.0" + DefaultZentaoDevOPSIPDVersion = "3.0" K3sBinName = "k3s" K3sBinPath = "/usr/local/bin/k3s" HelmBinName = "helm" HelmBinPath = "/usr/local/bin/helm" - K3sBinVersion = "v1.28.14+k3s1" + K3sBinVersion = "v1.28.15+k3s1" K3sBinURL = "https://github.com/k3s-io/k3s/releases/download" K3sAgentEnv = "/etc/systemd/system/k3s-agent.service.env" K3sKubeConfig = "/etc/rancher/k3s/k3s.yaml"