Skip to content

Commit 462df93

Browse files
authored
chore: upgrade APISIX to 3.7.0 (#670)
1 parent 021d1b0 commit 462df93

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/apisix/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ type: application
3131
# This is the chart version. This version number should be incremented each time you make changes
3232
# to the chart and its templates, including the app version.
3333
# Versions are expected to follow Semantic Versioning (https://semver.org/)
34-
version: 1.7.2
34+
version: 1.8.0
3535

3636
# This is the version number of the application being deployed. This version number should be
3737
# incremented each time you make changes to the application. Versions are not expected to
3838
# follow Semantic Versioning. They should reflect the version the application is using.
39-
appVersion: 3.6.0
39+
appVersion: 3.7.0
4040
sources:
4141
- https://github.com/apache/apisix-helm-chart
4242

charts/apisix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The command removes all the Kubernetes components associated with the chart and
7070
| apisix.httpRouter | string | `"radixtree_host_uri"` | Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters |
7171
| apisix.image.pullPolicy | string | `"IfNotPresent"` | Apache APISIX image pull policy |
7272
| apisix.image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
73-
| apisix.image.tag | string | `"3.6.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
73+
| apisix.image.tag | string | `"3.7.0-debian"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
7474
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
7575
| apisix.luaModuleHook | object | `{"configMapRef":{"mounts":[{"key":"","path":""}],"name":""},"enabled":false,"hookPoint":"","luaPath":""}` | Whether to add a custom lua module |
7676
| apisix.luaModuleHook.configMapRef | object | `{"mounts":[{"key":"","path":""}],"name":""}` | configmap that stores the codes |

charts/apisix/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ apisix:
105105
pullPolicy: IfNotPresent
106106
# -- Apache APISIX image tag
107107
# Overrides the image tag whose default is the chart appVersion.
108-
tag: 3.6.0-debian
108+
tag: 3.7.0-debian
109109

110110
# -- Use a `DaemonSet` or `Deployment`
111111
kind: Deployment

0 commit comments

Comments
 (0)