feat: upgrade APISIX to 2.15.1 (#398)
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 @@
 # 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 @@
     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