Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-dashboard/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion charts/apisix-ingress-controller/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
6 changes: 3 additions & 3 deletions charts/apisix/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/apisix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/apisix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/apisix/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/apisix-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/apisix-ingress-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions docs/en/latest/apisix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
Expand Down