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

tokers 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 f1071ec  chore: use apisix:2.5-apline image (#53)
f1071ec is described below

commit f1071ecd48ddad6231e7f8f88d663cdef8e88b0a
Author: Alex Zhang <[email protected]>
AuthorDate: Tue Apr 6 10:19:23 2021 +0800

    chore: use apisix:2.5-apline image (#53)
---
 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 b23e109..c610d63 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.2.1
+version: 0.3.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.3.0
+appVersion: 2.5.0
 
 dependencies:
   - name: etcd
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 20af1ba..e082bf9 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -19,7 +19,7 @@ image:
   repository: apache/apisix
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
-  tag: 2.3-alpine
+  tag: 2.5-alpine
 
 imagePullSecrets: []
 nameOverride: ""

Reply via email to