Feat: upgrade loggie version to v1.4.0 (#154)

This commit is contained in:
ethfoo 2023-03-07 14:58:17 +08:00 committed by GitHub
parent 24f37a9241
commit d80427775b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -10,10 +10,10 @@
### 下载helm-chart包
```bash
VERSION=v1.4.0-rc.0
VERSION=v1.4.0
helm pull https://github.com/loggie-io/installation/releases/download/$VERSION/loggie-$VERSION.tgz && tar xvzf loggie-$VERSION.tgz
```
请将以上的`<VERSION>`替换成具体的版本号。比如v1.4.0-rc.0。 可从[release tag](https://github.com/loggie-io/loggie/tags)里找。
请将以上的`<VERSION>`替换成具体的版本号。比如v1.4.0。 可从[release tag](https://github.com/loggie-io/loggie/tags)里找。
### 修改配置
进入chart目录

View File

@ -13,7 +13,7 @@ Loggie使用Golang编译成二进制可根据自身需求对接各类部署
## 下载二进制
```
VERSION=v1.4.0-rc.0
VERSION=v1.4.0
mkdir /opt/loggie && curl https://github.com/loggie-io/loggie/releases/download/$VERSION/loggie -o /opt/loggie/loggie && chmod +x /opt/loggie/loggie
```

View File

@ -22,7 +22,7 @@
#### 下载chart再部署
```bash
VERSION=v1.4.0-rc.0
VERSION=v1.4.0
helm pull https://github.com/loggie-io/installation/releases/download/$VERSION/loggie-$VERSION.tgz && tar xvzf loggie-$VERSION.tgz
```
尝试修改一下其中的values.yaml。

View File

@ -5,7 +5,7 @@
### 1. 下载可执行文件
请找一台Linux服务器节点下载Loggie二进制可执行文件
```shell
VERSION=v1.4.0-rc.0
VERSION=v1.4.0
curl -LJ https://github.com/loggie-io/loggie/releases/download/$VERSION/loggie -o loggie
```