Skip to content

Commit

Permalink
chore: bump component versions for improved stability
Browse files Browse the repository at this point in the history
- 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 <i@ysicing.me>
  • Loading branch information
ysicing committed Nov 5, 2024
1 parent c9d03d0 commit 7240200
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.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"
Expand Down

0 comments on commit 7240200

Please sign in to comment.