You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2022/03/25 09:12:05 UTC

[apisix-helm-chart] branch master updated: feat: upgrade APISIX to 2.13.0 (#259)

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

kvn 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 4f698a3  feat: upgrade APISIX to 2.13.0 (#259)
4f698a3 is described below

commit 4f698a31660e0e05648e7b05527228e0758aa215
Author: leslie <59...@users.noreply.github.com>
AuthorDate: Fri Mar 25 17:12:00 2022 +0800

    feat: upgrade APISIX to 2.13.0 (#259)
---
 charts/apisix/Chart.yaml  | 4 ++--
 charts/apisix/values.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index a108302..026f837 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.8.4
+version: 0.9.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: 2.12.1
+appVersion: 2.13.0
 
 dependencies:
   - name: etcd
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 52160a1..12f70b5 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -56,7 +56,7 @@ apisix:
     repository: apache/apisix
     pullPolicy: IfNotPresent
     # Overrides the image tag whose default is the chart appVersion.
-    tag: 2.12.1-alpine
+    tag: 2.13.0-alpine
 
   replicaCount: 1