Skip to content

Commit 2a44f0a

Browse files
authored
chore: upgrade api7 v3.2.16.1 (#146)
Signed-off-by: Nic <[email protected]>
1 parent 654eec5 commit 2a44f0a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.14
18+
version: 0.16.15
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7ee3
22

3-
![Version: 0.16.14](https://img.shields.io/badge/Version-0.16.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.16](https://img.shields.io/badge/AppVersion-3.2.16-informational?style=flat-square)
3+
![Version: 0.16.15](https://img.shields.io/badge/Version-0.16.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.16](https://img.shields.io/badge/AppVersion-3.2.16-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.2.16.0"` | |
26+
| dashboard.image.tag | string | `"v3.2.16.1"` | |
2727
| dashboard.keyCertSecret | string | `""` | |
2828
| dashboard.replicaCount | int | `1` | |
2929
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
@@ -166,7 +166,7 @@ A Helm chart for Kubernetes
166166
| developer_portal.extraEnvVars | list | `[]` | |
167167
| developer_portal.image.pullPolicy | string | `"IfNotPresent"` | |
168168
| developer_portal.image.repository | string | `"api7/api7-developer-portal"` | |
169-
| developer_portal.image.tag | string | `"v0.1.1"` | |
169+
| developer_portal.image.tag | string | `"v0.1.2"` | |
170170
| developer_portal.keyCertSecret | string | `""` | |
171171
| developer_portal.replicaCount | int | `1` | |
172172
| developer_portal_configuration.enable | bool | `true` | |
@@ -188,7 +188,7 @@ A Helm chart for Kubernetes
188188
| dp_manager.extraVolumes | list | `[]` | |
189189
| dp_manager.image.pullPolicy | string | `"Always"` | |
190190
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
191-
| dp_manager.image.tag | string | `"v3.2.16.0"` | |
191+
| dp_manager.image.tag | string | `"v3.2.16.1"` | |
192192
| dp_manager.replicaCount | int | `1` | |
193193
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
194194
| 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.2.16.0"
13+
tag: "v3.2.16.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.2.16.0"
36+
tag: "v3.2.16.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,
@@ -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.1.1"
59+
tag: "v0.1.2"
6060
# Specifies the name of Secret for developer portal TLS configuration, and files store under /app/certs directory
6161
keyCertSecret: ""
6262
extraEnvVars: []

0 commit comments

Comments
 (0)