Skip to content

Commit 7240200

Browse files
committed
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 <[email protected]>
1 parent c9d03d0 commit 7240200

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

common/const.go

+5-5
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.8"
68-
DefaultZentaoDevOPSMaxVersion = "5.7"
69-
DefaultZentaoDevOPSBizVersion = "10.7"
70-
DefaultZentaoDevOPSIPDVersion = "2.7"
67+
DefaultZentaoDevOPSOSSVersion = "21.0"
68+
DefaultZentaoDevOPSMaxVersion = "6.0"
69+
DefaultZentaoDevOPSBizVersion = "11.0"
70+
DefaultZentaoDevOPSIPDVersion = "3.0"
7171
K3sBinName = "k3s"
7272
K3sBinPath = "/usr/local/bin/k3s"
7373
HelmBinName = "helm"
7474
HelmBinPath = "/usr/local/bin/helm"
75-
K3sBinVersion = "v1.28.14+k3s1"
75+
K3sBinVersion = "v1.28.15+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)