From c8d4e00dd9ab35828d540b0ce58e6443c02c26e5 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Thu, 18 Jun 2026 16:31:19 +0800 Subject: [PATCH] chore: upgrade apisix to 3.17.0 --- 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 d34c9af5..915da86c 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.14.1 +version: 2.15.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.16.0 +appVersion: 3.17.0 sources: - https://github.com/apache/apisix-helm-chart diff --git a/charts/apisix/README.md b/charts/apisix/README.md index 6fefdc25..64dfe2af 100644 --- a/charts/apisix/README.md +++ b/charts/apisix/README.md @@ -189,7 +189,7 @@ The command removes all the Kubernetes components associated with the chart and | hostNetwork | bool | `false` | | | image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy | | image.repository | string | `"apache/apisix"` | Apache APISIX image repository | -| image.tag | string | `"3.16.0-ubuntu"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `"3.17.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.annotations | object | `{}` | Ingress annotations | diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml index f7c3a6a9..f1dc02bd 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.16.0-ubuntu + tag: 3.17.0-ubuntu # -- set false to use `Deployment`, set true to use `DaemonSet` useDaemonSet: false