Skip to content

Commit eeaa023

Browse files
authored
chore: upgrade api7 to v3.2.14.6 (#136)
Signed-off-by: ashing <[email protected]>
1 parent f748242 commit eeaa023

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

charts/api7/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A Helm chart for Kubernetes
2323
| dashboard.extraVolumes | list | `[]` | |
2424
| dashboard.image.pullPolicy | string | `"Always"` | |
2525
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
26-
| dashboard.image.tag | string | `"v3.2.14.5"` | |
26+
| dashboard.image.tag | string | `"v3.2.14.6"` | |
2727
| dashboard.keyCertSecret | string | `""` | |
2828
| dashboard.replicaCount | int | `1` | |
2929
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
@@ -116,6 +116,7 @@ A Helm chart for Kubernetes
116116
| dashboard_configuration.plugins[83] | string | `"prometheus"` | |
117117
| dashboard_configuration.plugins[84] | string | `"syslog"` | |
118118
| dashboard_configuration.plugins[85] | string | `"ip-restriction"` | |
119+
| dashboard_configuration.plugins[86] | string | `"mqtt-proxy"` | |
119120
| dashboard_configuration.plugins[8] | string | `"batch-requests"` | |
120121
| dashboard_configuration.plugins[9] | string | `"ua-restriction"` | |
121122
| dashboard_configuration.prometheus.addr | string | `"http://api7-prometheus-server:9090"` | |
@@ -159,7 +160,7 @@ A Helm chart for Kubernetes
159160
| developer_portal.extraEnvVars | list | `[]` | |
160161
| developer_portal.image.pullPolicy | string | `"IfNotPresent"` | |
161162
| developer_portal.image.repository | string | `"api7/api7-developer-portal"` | |
162-
| developer_portal.image.tag | string | `"v0.0.8"` | |
163+
| developer_portal.image.tag | string | `"v0.0.9"` | |
163164
| developer_portal.replicaCount | int | `1` | |
164165
| developer_portal_configuration.enable | bool | `true` | |
165166
| developer_portal_configuration.server.listen.host | string | `"0.0.0.0"` | |
@@ -179,7 +180,7 @@ A Helm chart for Kubernetes
179180
| dp_manager.extraVolumes | list | `[]` | |
180181
| dp_manager.image.pullPolicy | string | `"Always"` | |
181182
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
182-
| dp_manager.image.tag | string | `"v3.2.14.5"` | |
183+
| dp_manager.image.tag | string | `"v3.2.14.6"` | |
183184
| dp_manager.replicaCount | int | `1` | |
184185
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
185186
| dp_manager_configuration.database.max_idle_conns | int | `2` | |

charts/api7/values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dashboard:
1010
repository: api7/api7-ee-3-integrated
1111
pullPolicy: Always
1212
# Overrides the image tag whose default is the chart appVersion.
13-
tag: "v3.2.14.5"
13+
tag: "v3.2.14.6"
1414
# Resources of the deployment.
1515
# It has a higher priority than the common resources configuration:
1616
# when this field is configured, it is used first in the deployment,
@@ -33,7 +33,7 @@ dp_manager:
3333
repository: api7/api7-ee-dp-manager
3434
pullPolicy: Always
3535
# Overrides the image tag whose default is the chart appVersion.
36-
tag: "v3.2.14.5"
36+
tag: "v3.2.14.6"
3737
# Resources of the deployment.
3838
# It has a higher priority than the common resources configuration:
3939
# when this field is configured, it is used first in the deployment,
@@ -56,7 +56,7 @@ developer_portal:
5656
repository: api7/api7-developer-portal
5757
pullPolicy: IfNotPresent
5858
# Overrides the image tag whose default is the chart appVersion.
59-
tag: "v0.0.8"
59+
tag: "v0.0.9"
6060
extraEnvVars: []
6161

6262
imagePullSecret: ""
@@ -371,6 +371,7 @@ dashboard_configuration:
371371
- prometheus
372372
- syslog
373373
- ip-restriction
374+
- mqtt-proxy
374375

375376
dp_manager_configuration:
376377
server:

0 commit comments

Comments
 (0)