Skip to content

Commit 56b1bd3

Browse files
committed
fix(ipd): fix ipd
fix ipd Signed-off-by: ysicing <[email protected]>
1 parent 014fcc2 commit 56b1bd3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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):'

common/const.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)