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

bzp2010 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 235eb9e  feat: upgrade APISIX to 2.15.0 (#320)
235eb9e is described below

commit 235eb9ed76fd3c19fac7b21ef060e060379abcde
Author: soulbird <[email protected]>
AuthorDate: Fri Jul 29 14:26:45 2022 +0800

    feat: upgrade APISIX to 2.15.0 (#320)
    
    Co-authored-by: soulbird <[email protected]>
---
 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 4c256cf..aba5340 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.10.2
+version: 0.11.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.14.1
+appVersion: 2.15.0
 
 dependencies:
   - name: etcd
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 93c6419..9a33ef1 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -55,7 +55,7 @@ apisix:
     repository: apache/apisix
     pullPolicy: IfNotPresent
     # Overrides the image tag whose default is the chart appVersion.
-    tag: 2.14.1-alpine
+    tag: 2.15.0-alpine
 
   # Use a `DaemonSet` or `Deployment`
   kind: Deployment

Reply via email to