This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 5a5729ca docs: update apisix ingress controller docs helm repo (#2649)
5a5729ca is described below
commit 5a5729cac39e3672b858215c1cd3ff84bea616c5
Author: Traky Deng <[email protected]>
AuthorDate: Tue Nov 11 21:20:28 2025 +0800
docs: update apisix ingress controller docs helm repo (#2649)
---
docs/en/latest/getting-started/get-apisix-ingress-controller.md | 2 +-
docs/en/latest/install.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/getting-started/get-apisix-ingress-controller.md
b/docs/en/latest/getting-started/get-apisix-ingress-controller.md
index fd977d1a..6c22c84e 100644
--- a/docs/en/latest/getting-started/get-apisix-ingress-controller.md
+++ b/docs/en/latest/getting-started/get-apisix-ingress-controller.md
@@ -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
helm repo update
helm install apisix \
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index 341023ad..25d56b7b 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -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
```