This is an automated email from the ASF dual-hosted git repository.

zhangjintao 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 956f1aa  chore: upgrade APISIX to 3.2.0 (#499)
956f1aa is described below

commit 956f1aa3f87777ed14ce184ba0e15954b07e693d
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Mar 10 16:00:56 2023 +0800

    chore: upgrade APISIX to 3.2.0 (#499)
    
    Signed-off-by: spacewander <[email protected]>
    Co-authored-by: Jintao Zhang <[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 e2300c5..6e6a377 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: 1.1.1
+version: 1.2.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.1.1
+appVersion: 3.2.0
 sources:
   - https://github.com/apache/apisix-helm-chart
 
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 4a3d95a..23c3d18 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated 
with the chart and
 | apisix.httpRouter | string | `"radixtree_uri"` | Defines how apisix handles 
routing: - radixtree_uri: match route by uri(base on radixtree) - 
radixtree_host_uri: match route by host + uri(base on radixtree) - 
radixtree_uri_with_parameter: match route by uri with parameters |
 | apisix.image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image 
pull policy |
 | apisix.image.repository | string | `"apache/apisix"` | Apache APISIX image 
repository |
-| apisix.image.tag | string | `"3.1.0-debian"` | Apache APISIX image tag 
Overrides the image tag whose default is the chart appVersion. |
+| apisix.image.tag | string | `"3.2.0-debian"` | Apache APISIX image tag 
Overrides the image tag whose default is the chart appVersion. |
 | apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
 | apisix.luaModuleHook | object | 
`{"configMapRef":{"mounts":[{"key":"","path":""}],"name":""},"enabled":false,"hookPoint":"","luaPath":""}`
 | Whether to add a custom lua module |
 | apisix.luaModuleHook.configMapRef | object | 
`{"mounts":[{"key":"","path":""}],"name":""}` | configmap that stores the codes 
|
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index e20abee..1eeeb32 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -81,7 +81,7 @@ apisix:
     pullPolicy: IfNotPresent
     # -- Apache APISIX image tag
     # Overrides the image tag whose default is the chart appVersion.
-    tag: 3.1.0-debian
+    tag: 3.2.0-debian
 
   # -- Use a `DaemonSet` or `Deployment`
   kind: Deployment

Reply via email to