Skip to content

Commit 2695956

Browse files
committed
chore: upgrade api7 and gateway to v3.8.20
Signed-off-by: Nic <[email protected]>
1 parent c8796cb commit 2695956

File tree

7 files changed

+29
-13
lines changed

7 files changed

+29
-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.35
18+
version: 0.17.36
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.19"
24+
appVersion: "3.8.20"
2525

2626
maintainers:
2727
- name: API7

charts/api7/README.md

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

3-
![Version: 0.17.35](https://img.shields.io/badge/Version-0.17.35-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.19](https://img.shields.io/badge/AppVersion-3.8.19-informational?style=flat-square)
3+
![Version: 0.17.36](https://img.shields.io/badge/Version-0.17.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.20](https://img.shields.io/badge/AppVersion-3.8.20-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.19"` | |
32+
| dashboard.image.tag | string | `"v3.8.20"` | |
3333
| dashboard.keyCertSecret | string | `""` | |
3434
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3535
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -110,7 +110,7 @@ A Helm chart for Kubernetes
110110
| developer_portal.extraVolumes | list | `[]` | |
111111
| developer_portal.image.pullPolicy | string | `"Always"` | |
112112
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
113-
| developer_portal.image.tag | string | `"v3.8.19"` | |
113+
| developer_portal.image.tag | string | `"v3.8.20"` | |
114114
| developer_portal.keyCertSecret | string | `""` | |
115115
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
116116
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -150,7 +150,7 @@ A Helm chart for Kubernetes
150150
| dp_manager.extraVolumes | list | `[]` | |
151151
| dp_manager.image.pullPolicy | string | `"Always"` | |
152152
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
153-
| dp_manager.image.tag | string | `"v3.8.19"` | |
153+
| dp_manager.image.tag | string | `"v3.8.20"` | |
154154
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
155155
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
156156
| dp_manager.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 3 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.19"
21+
tag: "v3.8.20"
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.8.19"
57+
tag: "v3.8.20"
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,
@@ -92,7 +92,7 @@ developer_portal:
9292
repository: api7/api7-ee-developer-portal
9393
pullPolicy: Always
9494
# Overrides the image tag whose default is the chart appVersion.
95-
tag: "v3.8.19"
95+
tag: "v3.8.20"
9696

9797
extraEnvVars: []
9898
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.38
17+
version: 0.2.39
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.19"
22+
appVersion: "3.8.20"
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.19"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
105+
| apisix.image.tag | string | `"3.8.20"` | 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,"neg_count":512,"neg_ttl":60,"ttl":300}}` | fine tune the parameters of LRU cache for some features like secret |
108108
| apisix.lru.secret.neg_ttl | int | `60` | in seconds |

charts/gateway/templates/_pod.tpl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- define "apisix.podTemplate" -}}
2+
{{- $global := . -}}
23
metadata:
34
annotations:
45
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
@@ -72,17 +73,29 @@ spec:
7273
- name: http
7374
containerPort: {{ .Values.gateway.http.containerPort }}
7475
protocol: TCP
76+
{{- if and .Values.apisix.hostNetwork .Values.gateway.http.ip }}
77+
hostIP: {{ .Values.gateway.http.ip }}
78+
{{- end }}
7579
{{- range .Values.gateway.http.additionalContainerPorts }}
7680
- name: http-{{ .port | toString }}
7781
containerPort: {{ .port }}
7882
protocol: TCP
83+
{{- if and $global.Values.apisix.hostNetwork .ip }}
84+
hostIP: {{ .ip }}
85+
{{- end }}
7986
{{- end }}
8087
- name: tls
8188
containerPort: {{ .Values.gateway.tls.containerPort }}
8289
protocol: TCP
90+
{{- if and .Values.apisix.hostNetwork .Values.gateway.tls.ip }}
91+
hostIP: {{ .Values.gateway.http.ip }}
92+
{{- end }}
8393
{{- range .Values.gateway.tls.additionalContainerPorts }}
8494
- name: tls-{{ .port | toString }}
8595
containerPort: {{ .port }}
96+
{{- if and $global.Values.apisix.hostNetwork .ip }}
97+
hostIP: {{ .ip }}
98+
{{- end }}
8699
protocol: TCP
87100
{{- end }}
88101
{{- if .Values.admin.enabled }}
@@ -98,6 +111,9 @@ spec:
98111
{{- if .Values.api7ee.status_endpoint.enabled }}
99112
- name: status
100113
containerPort: {{ .Values.api7ee.status_endpoint.port }}
114+
{{- if and .Values.apisix.hostNetwork .Values.api7ee.status_endpoint.ip }}
115+
hostIP: {{ .Values.api7ee.status_endpoint.ip }}
116+
{{- end }}
101117
protocol: TCP
102118
{{- end }}
103119
{{- if and .Values.gateway.stream.enabled (or (gt (len .Values.gateway.stream.tcp) 0) (gt (len .Values.gateway.stream.udp) 0)) }}

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ apisix:
135135
pullPolicy: Always
136136
# -- API7 Gateway image tag
137137
# Overrides the image tag whose default is the chart appVersion.
138-
tag: 3.8.19
138+
tag: 3.8.20
139139

140140
# -- Use a `DaemonSet` or `Deployment`
141141
kind: Deployment

0 commit comments

Comments
 (0)