Skip to content

Commit 62edf62

Browse files
authored
chore: upgrade api7 and gateway to v3.9.11 (#284)
1 parent 1e05c22 commit 62edf62

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

charts/api7/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.17.53
18+
version: 0.17.54
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "3.9.10"
24+
appVersion: "3.9.11"
2525

2626
maintainers:
2727
- name: API7

charts/api7/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7ee3
22

3-
![Version: 0.17.53](https://img.shields.io/badge/Version-0.17.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.10](https://img.shields.io/badge/AppVersion-3.9.10-informational?style=flat-square)
3+
![Version: 0.17.54](https://img.shields.io/badge/Version-0.17.54-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.11](https://img.shields.io/badge/AppVersion-3.9.11-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -28,7 +28,7 @@ A Helm chart for Kubernetes
2828
| dashboard.extraVolumes | list | `[]` | |
2929
| dashboard.image.pullPolicy | string | `"Always"` | |
3030
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
31-
| dashboard.image.tag | string | `"v3.9.10"` | |
31+
| dashboard.image.tag | string | `"v3.9.11"` | |
3232
| dashboard.keyCertSecret | string | `""` | |
3333
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3434
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -118,7 +118,7 @@ A Helm chart for Kubernetes
118118
| developer_portal.extraVolumes | list | `[]` | |
119119
| developer_portal.image.pullPolicy | string | `"Always"` | |
120120
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
121-
| developer_portal.image.tag | string | `"v3.9.10"` | |
121+
| developer_portal.image.tag | string | `"v3.9.11"` | |
122122
| developer_portal.keyCertSecret | string | `""` | |
123123
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
124124
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -163,7 +163,7 @@ A Helm chart for Kubernetes
163163
| dp_manager.extraVolumes | list | `[]` | |
164164
| dp_manager.image.pullPolicy | string | `"Always"` | |
165165
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
166-
| dp_manager.image.tag | string | `"v3.9.10"` | |
166+
| dp_manager.image.tag | string | `"v3.9.11"` | |
167167
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
168168
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
169169
| dp_manager.livenessProbe.periodSeconds | int | `3` | |
@@ -229,7 +229,7 @@ A Helm chart for Kubernetes
229229
| file_server.enabled | bool | `false` | |
230230
| file_server.image.pullPolicy | string | `"Always"` | |
231231
| file_server.image.repository | string | `"api7/api7-ee-file-server"` | |
232-
| file_server.image.tag | string | `"v3.9.10"` | |
232+
| file_server.image.tag | string | `"v3.9.11"` | |
233233
| file_server.livenessProbe.failureThreshold | int | `10` | |
234234
| file_server.livenessProbe.initialDelaySeconds | int | `60` | |
235235
| file_server.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dashboard:
1818
repository: api7/api7-ee-3-integrated
1919
pullPolicy: Always
2020
# Overrides the image tag whose default is the chart appVersion.
21-
tag: "v3.9.10"
21+
tag: "v3.9.11"
2222
# Resources of the deployment.
2323
# It has a higher priority than the common resources configuration:
2424
# when this field is configured, it is used first in the deployment,
@@ -54,7 +54,7 @@ dp_manager:
5454
repository: api7/api7-ee-dp-manager
5555
pullPolicy: Always
5656
# Overrides the image tag whose default is the chart appVersion.
57-
tag: "v3.9.10"
57+
tag: "v3.9.11"
5858
# Resources of the deployment.
5959
# It has a higher priority than the common resources configuration:
6060
# when this field is configured, it is used first in the deployment,
@@ -90,7 +90,7 @@ file_server:
9090
image:
9191
repository: api7/api7-ee-file-server
9292
pullPolicy: Always
93-
tag: "v3.9.10"
93+
tag: "v3.9.11"
9494
livenessProbe:
9595
initialDelaySeconds: 60
9696
periodSeconds: 3
@@ -108,7 +108,7 @@ developer_portal:
108108
repository: api7/api7-ee-developer-portal
109109
pullPolicy: Always
110110
# Overrides the image tag whose default is the chart appVersion.
111-
tag: "v3.9.10"
111+
tag: "v3.9.11"
112112

113113
extraEnvVars: []
114114
extraVolumes: []

charts/gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ 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.63
17+
version: 0.2.64
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
2121
# follow Semantic Versioning. They should reflect the version the application is using.
22-
appVersion: "3.9.10-patch.1"
22+
appVersion: "3.9.11"
2323

2424
maintainers:
2525
- name: API7

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The command removes all the Kubernetes components associated with the chart and
104104
| 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 |
105105
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
106106
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
107-
| apisix.image.tag | string | `"3.9.10-patch.1"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
107+
| apisix.image.tag | string | `"3.9.11"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
108108
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
109109
| 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 |
110110
| 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
@@ -142,7 +142,7 @@ apisix:
142142
pullPolicy: Always
143143
# -- API7 Gateway image tag
144144
# Overrides the image tag whose default is the chart appVersion.
145-
tag: 3.9.10-patch.1
145+
tag: 3.9.11
146146

147147
# -- Use a `DaemonSet` or `Deployment`
148148
kind: Deployment

0 commit comments

Comments
 (0)