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 f560cd9 feat: upgrade APISIX to 2.15.1 (#398)
f560cd9 is described below
commit f560cd95d87a060108c626aeb49505784c3edbc0
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Nov 18 15:47:18 2022 +0800
feat: upgrade APISIX to 2.15.1 (#398)
---
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 3e8bec7..0e7cdfe 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.11.2
+version: 0.11.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.15.0
+appVersion: 2.15.1
sources:
- https://github.com/apache/apisix-helm-chart
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index 5cc2f4a..363814c 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -69,7 +69,7 @@ apisix:
repository: apache/apisix
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
- tag: 2.15.0-alpine
+ tag: 2.15.1-debian
# Use a `DaemonSet` or `Deployment`
kind: Deployment