Skip to content

Commit f29a7c6

Browse files
authored
chore: upgrade api7 & gateway to v3.5.1 (#164)
Signed-off-by: ashing <[email protected]>
1 parent 8131ca7 commit f29a7c6

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
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.6
18+
version: 0.17.7
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.5.0"
24+
appVersion: "3.5.1"
2525

2626
dependencies:
2727
- name: prometheus

charts/api7/README.md

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

3-
![Version: 0.17.5](https://img.shields.io/badge/Version-0.17.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.0](https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square)
3+
![Version: 0.17.7](https://img.shields.io/badge/Version-0.17.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.1](https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -21,11 +21,11 @@ A Helm chart for Kubernetes
2121
| dashboard.extraEnvVars | list | `[]` | |
2222
| dashboard.extraVolumeMounts | list | `[]` | |
2323
| dashboard.extraVolumes | list | `[]` | |
24-
| dashboard.podLabels | object | `{}` | |
2524
| dashboard.image.pullPolicy | string | `"Always"` | |
2625
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
27-
| dashboard.image.tag | string | `"v3.5.0"` | |
26+
| dashboard.image.tag | string | `"v3.5.1"` | |
2827
| dashboard.keyCertSecret | string | `""` | |
28+
| dashboard.podLabels | object | `{}` | |
2929
| dashboard.replicaCount | int | `1` | |
3030
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
3131
| dashboard_configuration.consumer_proxy.cache_failure_count | int | `512` | |
@@ -85,11 +85,11 @@ A Helm chart for Kubernetes
8585
| developer_portal.extraEnvVars | list | `[]` | |
8686
| developer_portal.extraVolumeMounts | list | `[]` | |
8787
| developer_portal.extraVolumes | list | `[]` | |
88-
| developer_portal.podLabels | object | `{}` | |
8988
| developer_portal.image.pullPolicy | string | `"Always"` | |
9089
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
91-
| developer_portal.image.tag | string | `"v3.5.0"` | |
90+
| developer_portal.image.tag | string | `"v3.5.1"` | |
9291
| developer_portal.keyCertSecret | string | `""` | |
92+
| developer_portal.podLabels | object | `{}` | |
9393
| developer_portal.replicaCount | int | `1` | |
9494
| developer_portal_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
9595
| developer_portal_configuration.database.max_idle_conns | int | `2` | |
@@ -118,10 +118,10 @@ A Helm chart for Kubernetes
118118
| dp_manager.extraEnvVars | list | `[]` | |
119119
| dp_manager.extraVolumeMounts | list | `[]` | |
120120
| dp_manager.extraVolumes | list | `[]` | |
121-
| dp_manager.podLabels | object | `{}` | |
122121
| dp_manager.image.pullPolicy | string | `"Always"` | |
123122
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
124-
| dp_manager.image.tag | string | `"v3.5.0"` | |
123+
| dp_manager.image.tag | string | `"v3.5.1"` | |
124+
| dp_manager.podLabels | object | `{}` | |
125125
| dp_manager.replicaCount | int | `1` | |
126126
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
127127
| dp_manager_configuration.database.max_idle_conns | int | `2` | |

charts/api7/values.yaml

Lines changed: 3 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.5.0"
13+
tag: "v3.5.1"
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,
@@ -34,7 +34,7 @@ dp_manager:
3434
repository: api7/api7-ee-dp-manager
3535
pullPolicy: Always
3636
# Overrides the image tag whose default is the chart appVersion.
37-
tag: "v3.5.0"
37+
tag: "v3.5.1"
3838
# Resources of the deployment.
3939
# It has a higher priority than the common resources configuration:
4040
# when this field is configured, it is used first in the deployment,
@@ -60,7 +60,7 @@ developer_portal:
6060
repository: api7/api7-ee-developer-portal
6161
pullPolicy: Always
6262
# Overrides the image tag whose default is the chart appVersion.
63-
tag: "v3.5.0"
63+
tag: "v3.5.1"
6464

6565
extraEnvVars: []
6666
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.7
17+
version: 0.2.8
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.5.0"
22+
appVersion: "3.5.1"
2323

2424
dependencies:
2525
- name: etcd

charts/gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ The command removes all the Kubernetes components associated with the chart and
9797
| 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 |
9898
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
9999
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
100-
| apisix.image.tag | string | `"3.5.0"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
100+
| apisix.image.tag | string | `"3.5.1"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
101101
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
102102
| apisix.meta.luaSharedDict.prometheus-metrics | string | `"15m"` | |
103103
| apisix.nodeSelector | object | `{}` | Node labels for API7 Gateway pod assignment |
104104
| apisix.podAnnotations | object | `{}` | Annotations to add to each pod |
105-
| apisix.podLabels | object | `{}` | Labels to add to each pod |
106105
| apisix.podDisruptionBudget | object | `{"enabled":false,"maxUnavailable":1,"minAvailable":"90%"}` | See https://kubernetes.io/docs/tasks/run-application/configure-pdb/ for more details |
107106
| apisix.podDisruptionBudget.enabled | bool | `false` | Enable or disable podDisruptionBudget |
108107
| apisix.podDisruptionBudget.maxUnavailable | int | `1` | Set the maxUnavailable of podDisruptionBudget |
109108
| apisix.podDisruptionBudget.minAvailable | string | `"90%"` | Set the `minAvailable` of podDisruptionBudget. You can specify only one of `maxUnavailable` and `minAvailable` in a single PodDisruptionBudget. See [Specifying a Disruption Budget for your Application](https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget) for more details |
109+
| apisix.podLabels | object | `{}` | Labels to add to each pod |
110110
| apisix.podSecurityContext | object | `{}` | Set the securityContext for API7 Gateway pods |
111111
| apisix.priorityClassName | string | `""` | Set [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority) for API7 Gateway pods |
112112
| apisix.replicaCount | int | `1` | kind is DaemonSet, replicaCount not become effective |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ apisix:
103103
pullPolicy: Always
104104
# -- API7 Gateway image tag
105105
# Overrides the image tag whose default is the chart appVersion.
106-
tag: 3.5.0
106+
tag: 3.5.1
107107

108108
# -- Use a `DaemonSet` or `Deployment`
109109
kind: Deployment

0 commit comments

Comments
 (0)