Skip to content

Commit 6ff866a

Browse files
authored
chore: upgrade api7 to v3.2.11.3 (#104)
Signed-off-by: Nic <[email protected]>
1 parent 3b24ac1 commit 6ff866a

File tree

3 files changed

+6
-6
lines changed

3 files changed

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

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

55
A Helm chart for Kubernetes
66

@@ -20,7 +20,7 @@ A Helm chart for Kubernetes
2020
| busybox.image.tag | float | `1.28` | |
2121
| dashboard.image.pullPolicy | string | `"Always"` | |
2222
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
23-
| dashboard.image.tag | string | `"v3.2.11.0"` | |
23+
| dashboard.image.tag | string | `"v3.2.11.3"` | |
2424
| dashboard.keyCertSecret | string | `""` | |
2525
| dashboard.replicaCount | int | `1` | |
2626
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
@@ -49,7 +49,7 @@ A Helm chart for Kubernetes
4949
| dashboard_service.type | string | `"ClusterIP"` | |
5050
| dp_manager.image.pullPolicy | string | `"Always"` | |
5151
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
52-
| dp_manager.image.tag | string | `"v3.2.11.0"` | |
52+
| dp_manager.image.tag | string | `"v3.2.11.3"` | |
5353
| dp_manager.replicaCount | int | `1` | |
5454
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
5555
| dp_manager_configuration.log.level | string | `"warn"` | |

charts/api7/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ 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.11.2"
13+
tag: "v3.2.11.3"
1414

1515
dp_manager:
1616
replicaCount: 1
1717
image:
1818
repository: api7/api7-ee-dp-manager
1919
pullPolicy: Always
2020
# Overrides the image tag whose default is the chart appVersion.
21-
tag: "v3.2.11.2"
21+
tag: "v3.2.11.3"
2222

2323
imagePullSecret: ""
2424
nameOverride: ""

0 commit comments

Comments
 (0)