Skip to content

Commit

Permalink
* [feat] bump zentao version
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Oct 8, 2024
1 parent 87b984f commit 2bb5141
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2bb5141

Please sign in to comment.