You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2023/03/09 06:22:44 UTC

[apisix-helm-chart] branch legacy updated: chore: upgrade APISIX to 2.15.3 (#500)

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

zhangjintao pushed a commit to branch legacy
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/legacy by this push:
     new d28abdf  chore: upgrade APISIX to 2.15.3 (#500)
d28abdf is described below

commit d28abdf706fbda1902d6cc6faffac3b30325e638
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Mar 9 14:22:38 2023 +0800

    chore: upgrade APISIX to 2.15.3 (#500)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 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 ca5491a..b218afb 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: 0.13.1
+version: 0.13.2
 
 # 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: 2.15.2
+appVersion: 2.15.3
 sources:
   - https://github.com/apache/apisix-helm-chart
 
diff --git a/charts/apisix/README.md b/charts/apisix/README.md
index 673af43..77a91f4 100644
--- a/charts/apisix/README.md
+++ b/charts/apisix/README.md
@@ -62,7 +62,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 | `"2.15.2-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
+| apisix.image.tag | string | `"2.15.3-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 a08a8df..1a8107c 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: 2.15.2-debian
+    tag: 2.15.3-debian
 
   # -- Use a `DaemonSet` or `Deployment`
   kind: Deployment