Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/apisix-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc
## Upgrading Chart

```console
helm upgrade [RELEASE_NAME] [CHART] --install
helm upgrade [RELEASE_NAME] [CHART] --install --namespace ingress-apisix
```

_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._
Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _See [helm uninstall](https://helm.sh/docs/helm/helm_uninstall/) for command doc
## Upgrading Chart

```console
helm upgrade [RELEASE_NAME] [CHART] --install
helm upgrade [RELEASE_NAME] [CHART] --install --namespace ingress-apisix
```

_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/apisix-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ helm install apisix-dashboard apisix/apisix-dashboard --create-namespace --names
To uninstall/delete the `apisix-dashboard` release:

```shell
helm uninstall apisix-dashboard
helm uninstall apisix-dashboard --namespace apisix
```
2 changes: 1 addition & 1 deletion docs/en/latest/apisix.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ helm repo add apisix https://apache.github.io/apisix-helm-chart && helm repo upd
To uninstall/delete the `apisix` release:

```shell
helm uninstall apisix
helm uninstall apisix --namespace apisix
```

## Seeking help
Expand Down