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 2022/02/23 16:54:26 UTC

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

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 2a48140  feat: upgrade APISIX to 2.12.1 (#234)
2a48140 is described below

commit 2a481404fc85707283df1ce0eda0e6680240d58a
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Feb 24 00:54:17 2022 +0800

    feat: upgrade APISIX to 2.12.1 (#234)
---
 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 0c07acf..3ffefa6 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.2
+version: 0.8.3
 
 # 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.0
+appVersion: 2.12.1
 
 dependencies:
   - name: etcd
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 4232739..433b1a4 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.0-alpine
+    tag: 2.12.1-alpine
 
   replicaCount: 1