Skip to content

Commit 2fcaf23

Browse files
authored
chore: upgrade api7 and gateway to v3.8.15 (#216)
Signed-off-by: Nic <[email protected]>
1 parent 91ea799 commit 2fcaf23

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

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.26
18+
version: 0.17.27
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.8.14"
24+
appVersion: "3.8.15"
2525

2626
maintainers:
2727
- name: API7

charts/api7/README.md

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

3-
![Version: 0.17.26](https://img.shields.io/badge/Version-0.17.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.14](https://img.shields.io/badge/AppVersion-3.8.14-informational?style=flat-square)
3+
![Version: 0.17.27](https://img.shields.io/badge/Version-0.17.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.15](https://img.shields.io/badge/AppVersion-3.8.15-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -29,7 +29,7 @@ A Helm chart for Kubernetes
2929
| dashboard.extraVolumes | list | `[]` | |
3030
| dashboard.image.pullPolicy | string | `"Always"` | |
3131
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
32-
| dashboard.image.tag | string | `"v3.8.14"` | |
32+
| dashboard.image.tag | string | `"v3.8.15"` | |
3333
| dashboard.keyCertSecret | string | `""` | |
3434
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3535
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -58,6 +58,7 @@ A Helm chart for Kubernetes
5858
| dashboard_configuration.prometheus.addr | string | `"http://api7-prometheus-server:9090"` | |
5959
| dashboard_configuration.prometheus.basic_auth.password | string | `""` | |
6060
| dashboard_configuration.prometheus.basic_auth.username | string | `""` | |
61+
| dashboard_configuration.prometheus.query_path_prefix | string | `""` | |
6162
| dashboard_configuration.prometheus.timeout | string | `"30s"` | |
6263
| dashboard_configuration.prometheus.tls.ca_file | string | `""` | |
6364
| dashboard_configuration.prometheus.tls.cert_file | string | `""` | |
@@ -103,7 +104,7 @@ A Helm chart for Kubernetes
103104
| developer_portal.extraVolumes | list | `[]` | |
104105
| developer_portal.image.pullPolicy | string | `"Always"` | |
105106
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
106-
| developer_portal.image.tag | string | `"v3.8.14"` | |
107+
| developer_portal.image.tag | string | `"v3.8.15"` | |
107108
| developer_portal.keyCertSecret | string | `""` | |
108109
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
109110
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -142,7 +143,7 @@ A Helm chart for Kubernetes
142143
| dp_manager.extraVolumes | list | `[]` | |
143144
| dp_manager.image.pullPolicy | string | `"Always"` | |
144145
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
145-
| dp_manager.image.tag | string | `"v3.8.14"` | |
146+
| dp_manager.image.tag | string | `"v3.8.15"` | |
146147
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
147148
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
148149
| dp_manager.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 4 additions & 3 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.8.14"
21+
tag: "v3.8.15"
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,
@@ -50,7 +50,7 @@ dp_manager:
5050
repository: api7/api7-ee-dp-manager
5151
pullPolicy: Always
5252
# Overrides the image tag whose default is the chart appVersion.
53-
tag: "v3.8.14"
53+
tag: "v3.8.15"
5454
# Resources of the deployment.
5555
# It has a higher priority than the common resources configuration:
5656
# when this field is configured, it is used first in the deployment,
@@ -84,7 +84,7 @@ developer_portal:
8484
repository: api7/api7-ee-developer-portal
8585
pullPolicy: Always
8686
# Overrides the image tag whose default is the chart appVersion.
87-
tag: "v3.8.14"
87+
tag: "v3.8.15"
8888

8989
extraEnvVars: []
9090
extraVolumes: []
@@ -309,6 +309,7 @@ dashboard_configuration:
309309
max_idle_time: 30s
310310
prometheus:
311311
addr: "http://api7-prometheus-server:9090"
312+
query_path_prefix: ""
312313
timeout: "30s"
313314
basic_auth: # access the prometheus with basic-auth
314315
username: "" # Basic-auth username. If the username is empty, basic-auth authentication is not performed when requesting prometheus.

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.29
17+
version: 0.2.30
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.8.14"
22+
appVersion: "3.8.15"
2323

2424
maintainers:
2525
- name: API7

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.14"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
105+
| apisix.image.tag | string | `"3.8.15"` | 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,"ttl":300}}` | fine tune the parameters of LRU cache for some features like secret |
108108
| apisix.lru.secret.ttl | int | `300` | in seconds |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ apisix:
132132
pullPolicy: Always
133133
# -- API7 Gateway image tag
134134
# Overrides the image tag whose default is the chart appVersion.
135-
tag: 3.8.14
135+
tag: 3.8.15
136136

137137
# -- Use a `DaemonSet` or `Deployment`
138138
kind: Deployment

0 commit comments

Comments
 (0)