Skip to content

Commit f685dcc

Browse files
authored
chore: upgrade api7 to v3.2.14.1 (#126)
Signed-off-by: Nic <[email protected]>
1 parent eecbf12 commit f685dcc

File tree

5 files changed

+43
-25
lines changed

5 files changed

+43
-25
lines changed

charts/api7/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.16.0
18+
version: 0.16.1
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

charts/api7/README.md

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

3-
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.14](https://img.shields.io/badge/AppVersion-3.2.14-informational?style=flat-square)
3+
![Version: 0.16.1](https://img.shields.io/badge/Version-0.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.14](https://img.shields.io/badge/AppVersion-3.2.14-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -19,9 +19,11 @@ A Helm chart for Kubernetes
1919
| busybox.image.repository | string | `"docker.io/busybox"` | |
2020
| busybox.image.tag | float | `1.28` | |
2121
| dashboard.extraEnvVars | list | `[]` | |
22+
| dashboard.extraVolumeMounts | list | `[]` | |
23+
| dashboard.extraVolumes | list | `[]` | |
2224
| dashboard.image.pullPolicy | string | `"Always"` | |
2325
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
24-
| dashboard.image.tag | string | `"v3.2.14.0"` | |
26+
| dashboard.image.tag | string | `"v3.2.14.1"` | |
2527
| dashboard.keyCertSecret | string | `""` | |
2628
| dashboard.replicaCount | int | `1` | |
2729
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
@@ -99,23 +101,22 @@ A Helm chart for Kubernetes
99101
| dashboard_configuration.plugins[6] | string | `"mocking"` | |
100102
| dashboard_configuration.plugins[70] | string | `"graphql-proxy-cache"` | |
101103
| dashboard_configuration.plugins[71] | string | `"ext-plugin-post-req"` | |
102-
| dashboard_configuration.plugins[72] | string | `"inspect"` | |
103-
| dashboard_configuration.plugins[73] | string | `"graphql-limit-count"` | |
104-
| dashboard_configuration.plugins[74] | string | `"elasticsearch-logger"` | |
105-
| dashboard_configuration.plugins[75] | string | `"kafka-logger"` | |
106-
| dashboard_configuration.plugins[76] | string | `"body-transformer"` | |
107-
| dashboard_configuration.plugins[77] | string | `"traffic-split"` | |
108-
| dashboard_configuration.plugins[78] | string | `"degraphql"` | |
109-
| dashboard_configuration.plugins[79] | string | `"http-logger"` | |
104+
| dashboard_configuration.plugins[72] | string | `"graphql-limit-count"` | |
105+
| dashboard_configuration.plugins[73] | string | `"elasticsearch-logger"` | |
106+
| dashboard_configuration.plugins[74] | string | `"kafka-logger"` | |
107+
| dashboard_configuration.plugins[75] | string | `"body-transformer"` | |
108+
| dashboard_configuration.plugins[76] | string | `"traffic-split"` | |
109+
| dashboard_configuration.plugins[77] | string | `"degraphql"` | |
110+
| dashboard_configuration.plugins[78] | string | `"http-logger"` | |
111+
| dashboard_configuration.plugins[79] | string | `"cas-auth"` | |
110112
| dashboard_configuration.plugins[7] | string | `"serverless-pre-function"` | |
111-
| dashboard_configuration.plugins[80] | string | `"cas-auth"` | |
112-
| dashboard_configuration.plugins[81] | string | `"traffic-label"` | |
113-
| dashboard_configuration.plugins[82] | string | `"oas-validator"` | |
114-
| dashboard_configuration.plugins[83] | string | `"api7-traffic-split"` | |
115-
| dashboard_configuration.plugins[84] | string | `"limit-conn"` | |
116-
| dashboard_configuration.plugins[85] | string | `"prometheus"` | |
117-
| dashboard_configuration.plugins[86] | string | `"syslog"` | |
118-
| dashboard_configuration.plugins[87] | string | `"ip-restriction"` | |
113+
| dashboard_configuration.plugins[80] | string | `"traffic-label"` | |
114+
| dashboard_configuration.plugins[81] | string | `"oas-validator"` | |
115+
| dashboard_configuration.plugins[82] | string | `"api7-traffic-split"` | |
116+
| dashboard_configuration.plugins[83] | string | `"limit-conn"` | |
117+
| dashboard_configuration.plugins[84] | string | `"prometheus"` | |
118+
| dashboard_configuration.plugins[85] | string | `"syslog"` | |
119+
| dashboard_configuration.plugins[86] | string | `"ip-restriction"` | |
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.5"` | |
163+
| developer_portal.image.tag | string | `"v0.0.6"` | |
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"` | |
@@ -175,9 +176,11 @@ A Helm chart for Kubernetes
175176
| developer_portal_service.port | int | `4321` | |
176177
| developer_portal_service.type | string | `"ClusterIP"` | |
177178
| dp_manager.extraEnvVars | list | `[]` | |
179+
| dp_manager.extraVolumeMounts | list | `[]` | |
180+
| dp_manager.extraVolumes | list | `[]` | |
178181
| dp_manager.image.pullPolicy | string | `"Always"` | |
179182
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
180-
| dp_manager.image.tag | string | `"v3.2.14.0"` | |
183+
| dp_manager.image.tag | string | `"v3.2.14.1"` | |
181184
| dp_manager.replicaCount | int | `1` | |
182185
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
183186
| dp_manager_configuration.database.max_idle_conns | int | `2` | |

charts/api7/templates/dashboard-deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ spec:
3333
- name: config
3434
configMap:
3535
name: {{ include "api7ee3.fullname" . }}-dashboard-config
36+
{{- if .Values.dashboard.extraVolumes }}
37+
{{- include "api7ee3.tplvalues.render" (dict "value" .Values.dashboard.extraVolumes "context" $) | nindent 8 }}
38+
{{- end }}
3639
{{- if .Values.dashboard.keyCertSecret }}
3740
- name: ssl
3841
secret:
@@ -102,6 +105,9 @@ spec:
102105
name: prometheus_ssl
103106
readOnly: true
104107
{{- end }}
108+
{{- if .Values.dashboard.extraVolumeMounts }}
109+
{{- include "api7ee3.tplvalues.render" (dict "value" .Values.dashboard.extraVolumeMounts "context" $) | nindent 12 }}
110+
{{- end }}
105111
resources:
106112
{{- toYaml .Values.resources | nindent 12 }}
107113
env:

charts/api7/templates/dp-manager-deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ spec:
3838
secret:
3939
secretName: {{ .Values.prometheus.server.existingSecret | quote }}
4040
{{- end }}
41+
{{- if .Values.dashboard.extraVolumes }}
42+
{{- include "api7ee3.tplvalues.render" (dict "value" .Values.dashboard.extraVolumes "context" $) | nindent 8 }}
43+
{{- end }}
4144
initContainers:
4245
- name: wait-for-dashboard
4346
image: "{{ .Values.busybox.image.repository }}:{{ .Values.busybox.image.tag }}"
@@ -87,6 +90,9 @@ spec:
8790
name: prometheus_ssl
8891
readOnly: true
8992
{{- end }}
93+
{{- if .Values.dashboard.extraVolumeMounts }}
94+
{{- include "api7ee3.tplvalues.render" (dict "value" .Values.dashboard.extraVolumeMounts "context" $) | nindent 12 }}
95+
{{- end }}
9096
resources:
9197
{{- toYaml .Values.resources | nindent 12 }}
9298
env:

charts/api7/values.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,29 @@ 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.0"
13+
tag: "v3.2.14.1"
1414
extraEnvVars: []
15+
extraVolumes: []
16+
extraVolumeMounts: []
1517

1618
dp_manager:
1719
replicaCount: 1
1820
image:
1921
repository: api7/api7-ee-dp-manager
2022
pullPolicy: Always
2123
# Overrides the image tag whose default is the chart appVersion.
22-
tag: "v3.2.14.0"
24+
tag: "v3.2.14.1"
2325
extraEnvVars: []
26+
extraVolumes: []
27+
extraVolumeMounts: []
2428

2529
developer_portal:
2630
replicaCount: 1
2731
image:
2832
repository: api7/api7-developer-portal
2933
pullPolicy: IfNotPresent
3034
# Overrides the image tag whose default is the chart appVersion.
31-
tag: "v0.0.5"
35+
tag: "v0.0.6"
3236
extraEnvVars: []
3337

3438
imagePullSecret: ""
@@ -328,7 +332,6 @@ dashboard_configuration:
328332
- openfunction
329333
- graphql-proxy-cache
330334
- ext-plugin-post-req
331-
- inspect
332335
#- log-rotate
333336
- graphql-limit-count
334337
- elasticsearch-logger

0 commit comments

Comments
 (0)