This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 6d03f68 change repo url
6d03f68 is described below
commit 6d03f686706cf1d8e219dde1cce504069dbe34c0
Author: Traky Deng <[email protected]>
AuthorDate: Tue Nov 11 17:23:50 2025 +0800
change repo url
---
docs/en/latest/apisix-ingress-controller.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/apisix-ingress-controller.md
b/docs/en/latest/apisix-ingress-controller.md
index ba6f933..bd1f253 100644
--- a/docs/en/latest/apisix-ingress-controller.md
+++ b/docs/en/latest/apisix-ingress-controller.md
@@ -32,7 +32,7 @@ title: Apache APISIX Ingress Controller Helm Chart
To install apisix-ingress-controller which release name is
`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-ingress-controller apisix/apisix-ingress-controller
--namespace ingress-apisix
```
@@ -76,4 +76,4 @@ In such a case, you may need to apply these CRDs by yourself.
```shell
$ cd /path/to/apisix-ingress-controller
$ kubectl apply -k samples/deploy/crd/
-```
\ No newline at end of file
+```