Skip to content

Commit ecba27a

Browse files
authored
fix: upgrade gateway image tag (#230)
Signed-off-by: Nic <[email protected]>
1 parent b908a46 commit ecba27a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 0.2.36
17+
version: 0.2.37
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The command removes all the Kubernetes components associated with the chart and
102102
| 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 |
103103
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
104104
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
105-
| apisix.image.tag | string | `"3.8.16"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
105+
| apisix.image.tag | string | `"3.8.18"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
106106
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
107107
| apisix.lru | object | `{"secret":{"count":512,"neg_count":512,"neg_ttl":60,"ttl":300}}` | fine tune the parameters of LRU cache for some features like secret |
108108
| apisix.lru.secret.neg_ttl | int | `60` | in seconds |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ apisix:
135135
pullPolicy: Always
136136
# -- API7 Gateway image tag
137137
# Overrides the image tag whose default is the chart appVersion.
138-
tag: 3.8.16
138+
tag: 3.8.18
139139

140140
# -- Use a `DaemonSet` or `Deployment`
141141
kind: Deployment

0 commit comments

Comments
 (0)