Skip to content

Commit 00e6718

Browse files
authored
chore: upgrade api7 & gateway to v3.3.1 (#156)
Signed-off-by: ashing <[email protected]>
1 parent c961fce commit 00e6718

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-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.0
18+
version: 0.17.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
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.3.0"
24+
appVersion: "3.3.1"
2525

2626
dependencies:
2727
- name: prometheus

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.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0](https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square)
3+
![Version: 0.17.1](https://img.shields.io/badge/Version-0.17.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.1](https://img.shields.io/badge/AppVersion-3.3.1-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -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.3.0"` | |
26+
| dashboard.image.tag | string | `"v3.3.1"` | |
2727
| dashboard.keyCertSecret | string | `""` | |
2828
| dashboard.replicaCount | int | `1` | |
2929
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
@@ -86,7 +86,7 @@ A Helm chart for Kubernetes
8686
| developer_portal.extraVolumes | list | `[]` | |
8787
| developer_portal.image.pullPolicy | string | `"Always"` | |
8888
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
89-
| developer_portal.image.tag | string | `"v3.3.0"` | |
89+
| developer_portal.image.tag | string | `"v3.3.1"` | |
9090
| developer_portal.keyCertSecret | string | `""` | |
9191
| developer_portal.replicaCount | int | `1` | |
9292
| developer_portal_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
@@ -118,7 +118,7 @@ A Helm chart for Kubernetes
118118
| dp_manager.extraVolumes | list | `[]` | |
119119
| dp_manager.image.pullPolicy | string | `"Always"` | |
120120
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
121-
| dp_manager.image.tag | string | `"v3.3.0"` | |
121+
| dp_manager.image.tag | string | `"v3.3.1"` | |
122122
| dp_manager.replicaCount | int | `1` | |
123123
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
124124
| 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.3.0"
13+
tag: "v3.3.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,
@@ -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.3.0"
36+
tag: "v3.3.1"
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,
@@ -58,7 +58,7 @@ developer_portal:
5858
repository: api7/api7-ee-developer-portal
5959
pullPolicy: Always
6060
# Overrides the image tag whose default is the chart appVersion.
61-
tag: "v3.3.0"
61+
tag: "v3.3.1"
6262

6363
extraEnvVars: []
6464
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.0
17+
version: 0.2.1
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.3.0"
22+
appVersion: "3.3.1"
2323

2424
dependencies:
2525
- name: etcd

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The command removes all the Kubernetes components associated with the chart and
9595
| 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 |
9696
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
9797
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
98-
| apisix.image.tag | string | `"3.3.0"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
98+
| apisix.image.tag | string | `"3.3.1"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
9999
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
100100
| apisix.luaModuleHook | object | `{"configMapRef":{"mounts":[{"key":"","path":""}],"name":""},"enabled":false,"hookPoint":"","luaPath":""}` | Whether to add a custom lua module |
101101
| apisix.luaModuleHook.configMapRef | object | `{"mounts":[{"key":"","path":""}],"name":""}` | configmap that stores the codes |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ apisix:
118118
pullPolicy: Always
119119
# -- API7 Gateway image tag
120120
# Overrides the image tag whose default is the chart appVersion.
121-
tag: 3.3.0
121+
tag: 3.3.1
122122

123123
# -- Use a `DaemonSet` or `Deployment`
124124
kind: Deployment

0 commit comments

Comments
 (0)