Skip to content

Commit

Permalink
refactor(main): replace helm install script (labring#135)
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu authored Nov 13, 2023
1 parent 1915a94 commit 48588d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ endpoints-operator是一个云原生、高可靠性、高性能、面向K8s内
## helm 安装

```bash
helm repo add endpoints-operator https://labring.github.io/endpoints-operator/
helm repo update endpoints-operator
helm install -n kube-system endpoints-operator endpoints-operator/endpoints-operator
VERSION="0.2.1"
wget https://github.com/labring/endpoints-operator/releases/download/v${VERSION}/endpoints-operator-${VERSION}.tgz
helm install -n kube-system endpoints-operator ./endpoints-operator-${VERSION}.tgz
```

## sealos 安装
Expand Down

0 comments on commit 48588d2

Please sign in to comment.