Skip to content

Commit a8ef9b7

Browse files
authored
chore: upgrade api7 to v3.8.13 (#206)
Signed-off-by: Nic <[email protected]>
1 parent 877c937 commit a8ef9b7

File tree

7 files changed

+33
-13
lines changed

7 files changed

+33
-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.22
18+
version: 0.17.23
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.11"
24+
appVersion: "3.8.13"
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.22](https://img.shields.io/badge/Version-0.17.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.11](https://img.shields.io/badge/AppVersion-3.8.11-informational?style=flat-square)
3+
![Version: 0.17.23](https://img.shields.io/badge/Version-0.17.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.13](https://img.shields.io/badge/AppVersion-3.8.13-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.11"` | |
32+
| dashboard.image.tag | string | `"v3.8.13"` | |
3333
| dashboard.keyCertSecret | string | `""` | |
3434
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3535
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -103,7 +103,7 @@ A Helm chart for Kubernetes
103103
| developer_portal.extraVolumes | list | `[]` | |
104104
| developer_portal.image.pullPolicy | string | `"Always"` | |
105105
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
106-
| developer_portal.image.tag | string | `"v3.8.11"` | |
106+
| developer_portal.image.tag | string | `"v3.8.13"` | |
107107
| developer_portal.keyCertSecret | string | `""` | |
108108
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
109109
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -142,7 +142,7 @@ A Helm chart for Kubernetes
142142
| dp_manager.extraVolumes | list | `[]` | |
143143
| dp_manager.image.pullPolicy | string | `"Always"` | |
144144
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
145-
| dp_manager.image.tag | string | `"v3.8.11"` | |
145+
| dp_manager.image.tag | string | `"v3.8.13"` | |
146146
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
147147
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
148148
| dp_manager.livenessProbe.periodSeconds | int | `3` | |
@@ -162,6 +162,7 @@ A Helm chart for Kubernetes
162162
| dp_manager_configuration.prometheus.addr | string | `"http://api7-prometheus-server:9090"` | |
163163
| dp_manager_configuration.prometheus.basic_auth.password | string | `""` | |
164164
| dp_manager_configuration.prometheus.basic_auth.username | string | `""` | |
165+
| dp_manager_configuration.prometheus.remote_write_path | string | `"/api/v1/write"` | |
165166
| dp_manager_configuration.prometheus.timeout | string | `"30s"` | |
166167
| dp_manager_configuration.prometheus.tls.ca_file | string | `""` | |
167168
| dp_manager_configuration.prometheus.tls.cert_file | string | `""` | |

charts/api7/values.yaml

Lines changed: 7 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.11"
21+
tag: "v3.8.13"
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.11"
53+
tag: "v3.8.13"
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.11"
87+
tag: "v3.8.13"
8888

8989
extraEnvVars: []
9090
extraVolumes: []
@@ -340,6 +340,9 @@ dashboard_configuration:
340340
cache_success_ttl: 15
341341
cache_failure_count: 256
342342
cache_failure_ttl: 15
343+
# admin_api_address: "https://dash.api7.ai"
344+
# dp_manager_address:
345+
# - "https://dpm.api7.ai"
343346
# fallback_cp:
344347
# aws_s3:
345348
# access_key: "access"
@@ -377,6 +380,7 @@ dp_manager_configuration:
377380
max_idle_time: 30s
378381
prometheus:
379382
addr: "http://api7-prometheus-server:9090"
383+
remote_write_path: "/api/v1/write"
380384
timeout: "30s"
381385
basic_auth: # access the prometheus with basic-auth
382386
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.25
17+
version: 0.2.26
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.11"
22+
appVersion: "3.8.13"
2323

2424
maintainers:
2525
- name: API7

charts/gateway/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,10 @@ 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.11"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
105+
| apisix.image.tag | string | `"3.8.13"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
106106
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
107+
| apisix.lru | object | `{"secret":{"count":512,"ttl":300}}` | fine tune the parameters of LRU cache for some features like secret |
108+
| apisix.lru.secret.ttl | int | `300` | in seconds |
107109
| apisix.meta.luaSharedDict.prometheus-metrics | string | `"15m"` | |
108110
| apisix.nodeSelector | object | `{}` | Node labels for API7 Gateway pod assignment |
109111
| apisix.normalizeURILikeServlet | bool | `false` | The URI normalization in servlet is a little different from the RFC's. See https://github.com/jakartaee/servlet/blob/master/spec/src/main/asciidoc/servlet-spec-body.adoc#352-uri-path-canonicalization, which is used under Tomcat. Turn this option on if you want to be compatible with servlet when matching URI path. |

charts/gateway/templates/configmap.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ data:
135135
136136
disable_upstream_healthcheck: {{ .Values.api7ee.disable_upstream_healthcheck }}
137137
138+
# fine tune the parameters of LRU cache for some features like secret
139+
lru:
140+
secret:
141+
ttl: {{ .Values.apisix.lru.secret.ttl }} # seconds
142+
count: {{ .Values.apisix.lru.secret.count }}
143+
138144
nginx_config: # config for render the template to genarate nginx.conf
139145
error_log: "{{ .Values.logs.errorLog }}"
140146
error_log_level: "{{ .Values.logs.errorLogLevel }}" # warn,error

charts/gateway/values.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ apisix:
8484
saml_sessions: 10m
8585
status_report: 1m
8686

87+
# -- fine tune the parameters of LRU cache for some features like secret
88+
lru:
89+
secret:
90+
# -- in seconds
91+
ttl: 300
92+
count: 512
93+
8794
# -- Add custom [lua_shared_dict](https://github.com/openresty/lua-nginx-module#toc88) settings,
8895
# click [here](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L27-L30) to learn the format of a shared dict
8996
customLuaSharedDicts: []
@@ -125,7 +132,7 @@ apisix:
125132
pullPolicy: Always
126133
# -- API7 Gateway image tag
127134
# Overrides the image tag whose default is the chart appVersion.
128-
tag: 3.8.11
135+
tag: 3.8.13
129136

130137
# -- Use a `DaemonSet` or `Deployment`
131138
kind: Deployment

0 commit comments

Comments
 (0)