This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch chore/helm-chart-repo in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
commit a43af848bbabad29f1de568079b522bf1348181e Author: juzhiyuan <juzhiy...@apache.org> AuthorDate: Tue Jul 29 15:35:56 2025 +0800 chore: update helm repo url --- .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 420e3d5..c28ae16 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: quay.io/helmpack/chart-testing:v3.4.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 \ --charts charts/apisix \ --charts charts/apisix-dashboard \ @@ -65,7 +65,7 @@ jobs: quay.io/helmpack/chart-testing:v3.4.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 889256f..ecdfcef 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 93afbb6..771eb0a 100644 --- a/charts/apisix/Chart.lock +++ b/charts/apisix/Chart.lock @@ -3,7 +3,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 9.7.3 - name: apisix-ingress-controller - repository: https://charts.apiseven.com + repository: https://apache.github.io/apisix-helm-chart version: 1.0.2 -digest: sha256:61e2b59f316fcc2f29f4dc8c69ed3f1c4e0802ead88e1522585e0cf449965f34 -generated: "2025-07-25T15:00:34.85056+08:00" +digest: sha256:61e0700375e4227a0b091c52661ffd39d8d8a5faf8e6331af9736ee7c55f2346 +generated: "2025-07-29T15:34:25.528135+08:00" diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml index ca38586..1e98b8b 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.2 - 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 fc6d04e..acf466e 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