This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 3e2073a chore: update helm repo url (#855)
3e2073a is described below
commit 3e2073a80b49e834d9c1c0dcd186cb43424ab704
Author: Zhi Yuan Ju (琚致远) <[email protected]>
AuthorDate: Sun Sep 28 11:35:52 2025 +0800
chore: update helm repo url (#855)
---
.github/workflows/ci.yaml | 4 ++--
.github/workflows/release.yaml | 2 +-
charts/apisix-dashboard/README.md | 2 +-
charts/apisix-dashboard/README.md.gotmpl | 2 +-
charts/apisix-ingress-controller/README.md | 2 +-
charts/apisix-ingress-controller/README.md.gotmpl | 2 +-
charts/apisix/Chart.lock | 6 +++---
charts/apisix/Chart.yaml | 2 +-
charts/apisix/README.md | 2 +-
charts/apisix/README.md.gotmpl | 2 +-
docs/en/latest/apisix-dashboard.md | 2 +-
docs/en/latest/apisix-ingress-controller.md | 2 +-
docs/en/latest/apisix.md | 4 ++--
13 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 72a92f9..e2f15d3 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
quay.io/helmpack/chart-testing:v3.13.0 sh -c 'helm dependency
update \
&& cd ../.. \
&& helm repo add bitnami https://charts.bitnami.com/bitnami \
- && helm repo add apisix https://charts.apiseven.com \
+ && helm repo add apisix
https://apache.github.io/apisix-helm-chart \
&& ct lint \
--validate-maintainers=false \
--charts charts/apisix \
@@ -66,7 +66,7 @@ jobs:
quay.io/helmpack/chart-testing:v3.13.0 sh -c 'helm dependency
update \
&& cd ../.. \
&& helm repo add bitnami https://charts.bitnami.com/bitnami \
- && helm repo add apisix https://charts.apiseven.com \
+ && helm repo add apisix
https://apache.github.io/apisix-helm-chart \
&& ct install \
--charts charts/apisix'
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 78fb6d1..2c67aaa 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
- name: Add Helm repo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- helm repo add apisix https://charts.apiseven.com
+ helm repo add apisix https://apache.github.io/apisix-helm-chart
- name: Run chart-releaser
uses: ./.github/actions/chart-releaser-action
diff --git a/charts/apisix-dashboard/README.md
b/charts/apisix-dashboard/README.md
index e7970bf..1654dbe 100644
--- a/charts/apisix-dashboard/README.md
+++ b/charts/apisix-dashboard/README.md
@@ -24,7 +24,7 @@ APISIX Dashboard requires Kubernetes version 1.14+.
## Get Repo Info
```console
-helm repo add apisix https://charts.apiseven.com
+helm repo add apisix https://apache.github.io/apisix-helm-chart
helm repo update
```
diff --git a/charts/apisix-dashboard/README.md.gotmpl
b/charts/apisix-dashboard/README.md.gotmpl
index d7e9685..fc84c85 100644
--- a/charts/apisix-dashboard/README.md.gotmpl
+++ b/charts/apisix-dashboard/README.md.gotmpl
@@ -24,7 +24,7 @@ APISIX Dashboard requires Kubernetes version 1.14+.
## Get Repo Info
```console
-helm repo add apisix https://charts.apiseven.com
+helm repo add apisix https://apache.github.io/apisix-helm-chart
helm repo update
```
diff --git a/charts/apisix-ingress-controller/README.md
b/charts/apisix-ingress-controller/README.md
index 590ff0b..886ada1 100644
--- a/charts/apisix-ingress-controller/README.md
+++ b/charts/apisix-ingress-controller/README.md
@@ -13,7 +13,7 @@ Apisix ingress controller requires Kubernetes version 1.16+.
## Get Repo Info
```console
-helm repo add apisix https://charts.apiseven.com
+helm repo add apisix https://apache.github.io/apisix-helm-chart
helm repo update
```
diff --git a/charts/apisix-ingress-controller/README.md.gotmpl
b/charts/apisix-ingress-controller/README.md.gotmpl
index d50feb2..3a3999c 100644
--- a/charts/apisix-ingress-controller/README.md.gotmpl
+++ b/charts/apisix-ingress-controller/README.md.gotmpl
@@ -13,7 +13,7 @@ Apisix ingress controller requires Kubernetes version 1.16+.
## Get Repo Info
```console
-helm repo add apisix https://charts.apiseven.com
+helm repo add apisix https://apache.github.io/apisix-helm-chart
helm repo update
```
diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index de6619c..6f4df69 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -3,7 +3,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 12.0.18
- name: apisix-ingress-controller
- repository: https://charts.apiseven.com
+ repository: https://apache.github.io/apisix-helm-chart
version: 1.0.5
-digest: sha256:645325383aa153ba7b41ef4f63ba38f5169173b2791aaeb32b0754ecbb922884
-generated: "2025-09-01T16:08:09.544116895+08:00"
+digest: sha256:55ca99d580bfd975ccdc3c422062ee0c0948af7ec715c6e2c6931757ccc234df
+generated: "2025-09-28T11:29:35.523212+08:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index b8deb46..bbbea04 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -47,7 +47,7 @@ dependencies:
condition: etcd.enabled
- name: apisix-ingress-controller
version: 1.0.5
- repository: https://charts.apiseven.com
+ repository: https://apache.github.io/apisix-helm-chart
condition: ingress-controller.enabled
alias: ingress-controller
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index a43a21a..f016e25 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -18,7 +18,7 @@ This chart bootstraps all the components needed to run Apache
APISIX on a Kubern
To install the chart with the release name `my-apisix`:
```sh
-helm repo add apisix https://charts.apiseven.com
+helm repo add apisix https://apache.github.io/apisix-helm-chart
helm repo update
helm install [RELEASE_NAME] apisix/apisix --namespace ingress-apisix
--create-namespace
diff --git a/charts/apisix/README.md.gotmpl b/charts/apisix/README.md.gotmpl
index f07ec12..8e451c2 100644
--- a/charts/apisix/README.md.gotmpl
+++ b/charts/apisix/README.md.gotmpl
@@ -18,7 +18,7 @@ This chart bootstraps all the components needed to run Apache
APISIX on a Kubern
To install the chart with the release name `my-apisix`:
```sh
-helm repo add apisix https://charts.apiseven.com
+helm repo add apisix https://apache.github.io/apisix-helm-chart
helm repo update
helm install [RELEASE_NAME] apisix/apisix --namespace ingress-apisix
--create-namespace
diff --git a/docs/en/latest/apisix-dashboard.md
b/docs/en/latest/apisix-dashboard.md
index 1a091d9..d83a63f 100644
--- a/docs/en/latest/apisix-dashboard.md
+++ b/docs/en/latest/apisix-dashboard.md
@@ -45,7 +45,7 @@ title: Apache APISIX Dashboard Helm Chart
To install the chart with release name `apisix-dashboard`:
```shell
-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-dashboard apisix/apisix-dashboard --create-namespace
--namespace apisix
```
diff --git a/docs/en/latest/apisix-ingress-controller.md
b/docs/en/latest/apisix-ingress-controller.md
index 4bfdf25..2c07ae9 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 --create-namespace
```
diff --git a/docs/en/latest/apisix.md b/docs/en/latest/apisix.md
index 8377b2c..19ebb61 100644
--- a/docs/en/latest/apisix.md
+++ b/docs/en/latest/apisix.md
@@ -31,7 +31,7 @@ title: Apache APISIX Helm Chart
To install the chart with release name `apisix`:
```shell
-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 apisix/apisix --create-namespace --namespace apisix
```
@@ -41,7 +41,7 @@ helm install apisix apisix/apisix --create-namespace
--namespace apisix
To quickly experience Apache APISIX related components like Apache APISIX
Dashboard and Apache APISIX Ingress Controller. For a quick installation, start
by one line:
```shell
-helm repo add apisix https://charts.apiseven.com && helm repo update && helm
upgrade --install apisix apisix/apisix --create-namespace --namespace apisix
--set dashboard.enabled=true --set ingress-controller.enabled=true --set
ingress-controller.config.apisix.serviceNamespace=apisix
+helm repo add apisix https://apache.github.io/apisix-helm-chart && helm repo
update && helm upgrade --install apisix apisix/apisix --create-namespace
--namespace apisix --set dashboard.enabled=true --set
ingress-controller.enabled=true --set
ingress-controller.config.apisix.serviceNamespace=apisix
```
## Uninstall