Skip to content

Commit 5a5729c

Browse files
authored
docs: update apisix ingress controller docs helm repo (#2649)
1 parent b21b6e9 commit 5a5729c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/latest/getting-started/get-apisix-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ kubectl config set-context --current --namespace=ingress-apisix
6969
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:
7070

7171
```bash
72-
helm repo add apisix https://charts.apiseven.com
72+
helm repo add apisix https://apache.github.io/apisix-helm-chart
7373
helm repo update
7474

7575
helm install apisix \

docs/en/latest/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before installing APISIX ingress controller, ensure you have:
4343
Make sure to update the Helm repositories:
4444

4545
```bash
46-
helm repo add apisix https://charts.apiseven.com
46+
helm repo add apisix https://apache.github.io/apisix-helm-chart
4747
helm repo add bitnami https://charts.bitnami.com/bitnami
4848
helm repo update
4949
```

0 commit comments

Comments
 (0)