File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ changelog:
143143 exclude :
144144 - ' ^docs:'
145145 - ' ^test:'
146- - ' ^feat(update):'
147146 - ' ^feat(ci):'
148147 - ' ^chore(ci):'
149148 - ' ^chore(action):'
Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ const (
6767 DefaultZentaoDevOPSOSSVersion = "18.7"
6868 DefaultZentaoDevOPSMaxVersion = "4.7"
6969 DefaultZentaoDevOPSBizVersion = "8.7"
70- DefaultZentaoDevOPSIPDVersion = "1.0.1 "
70+ DefaultZentaoDevOPSIPDVersion = "1.0.2 "
7171 K3sBinName = "k3s"
7272 K3sBinPath = "/usr/local/bin/k3s"
7373 HelmBinName = "helm"
7474 HelmBinPath = "/usr/local/bin/helm"
75- K3sBinVersion = "v1.24.15 +k3s1"
75+ K3sBinVersion = "v1.24.16 +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"
@@ -96,7 +96,6 @@ const (
9696 DefaultZentaoPassName = "zentaopass"
9797 DefaultCneOperatorName = "cne-operator"
9898 DefaultIngressName = "nginx-ingress-controller"
99- DefaultDBName = "qucheng-mysql"
10099 DefaultKubeAPIDomain = "kubeapi.quickon.local"
101100 InitFileName = ".initdone"
102101 InitLockFileName = ".qlock"
You can’t perform that action at this time.
0 commit comments