This is an automated email from the ASF dual-hosted git repository.
kayx23 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 d166ba1 chore: upgrade apisix to 3.18.0 (#999)
d166ba1 is described below
commit d166ba101f9bdb7e08bc902ff757647421bbd57f
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Fri Aug 21 21:54:43 2026 +0800
chore: upgrade apisix to 3.18.0 (#999)
Signed-off-by: Abhishek Choudhary <[email protected]>
---
charts/apisix/Chart.yaml | 4 ++--
charts/apisix/README.md | 2 +-
charts/apisix/values.yaml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index f7220e8..033c5bb 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,12 +31,12 @@ 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.16.1
+version: 2.17.0
# 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
# follow Semantic Versioning. They should reflect the version the application
is using.
-appVersion: 3.17.0
+appVersion: 3.18.0
sources:
- https://github.com/apache/apisix-helm-chart
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 7f1ecc6..48d1f20 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -248,7 +248,7 @@ The command removes all the Kubernetes components
associated with the chart and
| hostNetwork | bool | `false` | Use the host's network namespace |
| image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull
policy |
| image.repository | string | `"apache/apisix"` | Apache APISIX image
repository |
-| image.tag | string | `"3.17.0-ubuntu"` | Apache APISIX image tag Overrides
the image tag whose default is the chart appVersion. |
+| image.tag | string | `"3.18.0-ubuntu"` | Apache APISIX image tag Overrides
the image tag whose default is the chart appVersion. |
| ingress | object |
`{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"servicePort":null,"tls":[]}`
| Using ingress access Apache APISIX service |
| ingress-controller | object |
`{"enabled":false,"webhook":{"enabled":false}}` | Ingress controller
configuration |
| ingress-controller.enabled | bool | `false` | Enable the
apisix-ingress-controller sub-chart |
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 41a4cd8..703b425 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -29,7 +29,7 @@ image:
pullPolicy: IfNotPresent
# -- Apache APISIX image tag
# Overrides the image tag whose default is the chart appVersion.
- tag: 3.17.0-ubuntu
+ tag: 3.18.0-ubuntu
# -- set false to use `Deployment`, set true to use `DaemonSet`
useDaemonSet: false