Skip to content

Commit

Permalink
fix(ipd): fix ipd
Browse files Browse the repository at this point in the history
fix ipd

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Aug 30, 2023
1 parent 014fcc2 commit 56b1bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^feat(update):'
- '^feat(ci):'
- '^chore(ci):'
- '^chore(action):'
Expand Down
5 changes: 2 additions & 3 deletions common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ const (
DefaultZentaoDevOPSOSSVersion = "18.7"
DefaultZentaoDevOPSMaxVersion = "4.7"
DefaultZentaoDevOPSBizVersion = "8.7"
DefaultZentaoDevOPSIPDVersion = "1.0.1"
DefaultZentaoDevOPSIPDVersion = "1.0.2"
K3sBinName = "k3s"
K3sBinPath = "/usr/local/bin/k3s"
HelmBinName = "helm"
HelmBinPath = "/usr/local/bin/helm"
K3sBinVersion = "v1.24.15+k3s1"
K3sBinVersion = "v1.24.16+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 All @@ -96,7 +96,6 @@ const (
DefaultZentaoPassName = "zentaopass"
DefaultCneOperatorName = "cne-operator"
DefaultIngressName = "nginx-ingress-controller"
DefaultDBName = "qucheng-mysql"
DefaultKubeAPIDomain = "kubeapi.quickon.local"
InitFileName = ".initdone"
InitLockFileName = ".qlock"
Expand Down

0 comments on commit 56b1bd3

Please sign in to comment.