From a43af848bbabad29f1de568079b522bf1348181e Mon Sep 17 00:00:00 2001 From: juzhiyuan Date: Tue, 29 Jul 2025 15:35:56 +0800 Subject: [PATCH 1/3] 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 420e3d5c..c28ae165 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 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 889256f1..ecdfcefb 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 93afbb6a..771eb0a6 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 ca38586a..1e98b8bb 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 fc6d04e9..acf466e6 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 From 2ac6c6593617776aa8f9454f95813130a6716868 Mon Sep 17 00:00:00 2001 From: juzhiyuan Date: Tue, 29 Jul 2025 15:37:09 +0800 Subject: [PATCH 2/3] chore: update apisix chart version --- charts/apisix/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml index 1e98b8bb..7e9a3c90 100644 --- a/charts/apisix/Chart.yaml +++ b/charts/apisix/Chart.yaml @@ -31,7 +31,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.11.3 +version: 2.11.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to From 022bcc4d28db61626b57c616597cf4d693205c18 Mon Sep 17 00:00:00 2001 From: juzhiyuan Date: Sun, 28 Sep 2025 11:30:01 +0800 Subject: [PATCH 3/3] update charts --- charts/apisix/Chart.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock index c47e1b9e..6f4df697 100644 --- a/charts/apisix/Chart.lock +++ b/charts/apisix/Chart.lock @@ -5,5 +5,5 @@ dependencies: - name: apisix-ingress-controller repository: https://apache.github.io/apisix-helm-chart version: 1.0.5 -digest: sha256:645325383aa153ba7b41ef4f63ba38f5169173b2791aaeb32b0754ecbb922884 -generated: "2025-09-01T16:08:09.544116895+08:00" \ No newline at end of file +digest: sha256:55ca99d580bfd975ccdc3c422062ee0c0948af7ec715c6e2c6931757ccc234df +generated: "2025-09-28T11:29:35.523212+08:00"