diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72a92f93..e2f15d39 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 78fb6d12..2c67aaa3 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 e7970bfe..1654dbe2 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 d7e96858..fc84c85a 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 590ff0b8..886ada18 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 d50feb2d..3a3999cb 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 de6619c3..6f4df697 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 b8deb464..bbbea041 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 a43a21ae..f016e25d 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 f07ec122..8e451c2f 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 1a091d96..d83a63f4 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 4bfdf25b..2c07ae9e 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 8377b2c9..19ebb61e 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