Skip to content

Commit

Permalink
delete concrete version when using helm to install ob-operator (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star authored Nov 18, 2024
1 parent 10f133c commit f9c1ec6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docsite/docs/developer/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ob-operator supports deployment using Helm. Before deploying ob-operator with th

```shell
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace --version=2.3.0
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace
```

Parameters:
Expand Down
2 changes: 1 addition & 1 deletion docsite/docs/manual/300.deploy-ob-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can deploy ob-operator by using Helm. For more information about how to inst

```shell
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace --version=2.1.0
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace
```

The parameters are described as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ob-operator 支持通过 Helm 进行部署,在使用 Helm 命令部署 ob-oper

```shell
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace --version=2.3.0
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace
```

参数说明:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ob-operator 支持使用 Helm 部署。在使用 Helm 命令部署 ob-operator

```shell
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace --version=2.1.0
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace
```

参数说明:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Helm Chart 将 ob-operator 部署的命名空间进行了参数化,可在安
```shell
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace --version=2.3.0
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace
```

#### 使用 terraform
Expand Down
2 changes: 1 addition & 1 deletion docsite/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Helm Chart parameterizes the namespace in which ob-operator is deployed, allowin
```shell
helm repo add ob-operator https://oceanbase.github.io/ob-operator/
helm repo update
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace --version=2.3.0
helm install ob-operator ob-operator/ob-operator --namespace=oceanbase-system --create-namespace
```

#### Using terraform
Expand Down

0 comments on commit f9c1ec6

Please sign in to comment.