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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ kubectl config set-context --current --namespace=ingress-apisix
Install the Gateway API CRDs, [APISIX Standalone API-driven mode](https://apisix.apache.org/docs/apisix/deployment-modes/#api-driven-experimental), and APISIX Ingress Controller:

```bash
helm repo add apisix https://charts.apiseven.com
helm repo add apisix https://apache.github.io/apisix-helm-chart
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for api7-ingress-controller, it should be https://charts.api7.ai/?

helm repo update

helm install apisix \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Before installing APISIX ingress controller, ensure you have:
Make sure to update the Helm repositories:

```bash
helm repo add apisix https://charts.apiseven.com
helm repo add apisix https://apache.github.io/apisix-helm-chart
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
```
Expand Down