From 8a1ad9a7fc3706a6d10cf8b8ca354bb3cc334144 Mon Sep 17 00:00:00 2001 From: Traky Deng Date: Tue, 11 Nov 2025 21:20:28 +0800 Subject: [PATCH] docs: update apisix ingress controller docs helm repo (#2649) (cherry picked from commit 5a5729cac39e3672b858215c1cd3ff84bea616c5) --- 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 fd977d1aa..6c22c84ed 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 341023ad9..25d56b7b9 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 ```