Skip to content

Commit 30fea87

Browse files
authored
release: 0.6.0 (#80)
Signed-off-by: Nic <[email protected]>
1 parent d213799 commit 30fea87

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.5.0
18+
version: 0.6.0
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.5.0](https://img.shields.io/badge/Version-0.5.0-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.6.0](https://img.shields.io/badge/Version-0.6.0-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 | `"IfNotPresent"` | |
2222
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
23-
| dashboard.image.tag | string | `"v3.2.6.0"` | |
23+
| dashboard.image.tag | string | `"v3.2.6.1"` | |
2424
| dashboard.replicaCount | int | `1` | |
2525
| dashboard_configuration.authentication_config.session_secret | string | `"changeme"` | |
2626
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
@@ -53,7 +53,7 @@ A Helm chart for Kubernetes
5353
| dashboard_service.type | string | `"ClusterIP"` | |
5454
| dp_manager.image.pullPolicy | string | `"IfNotPresent"` | |
5555
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
56-
| dp_manager.image.tag | string | `"v3.2.6.0"` | |
56+
| dp_manager.image.tag | string | `"v3.2.6.1"` | |
5757
| dp_manager.replicaCount | int | `1` | |
5858
| dp_manager_configuration.database.postgres.addr | string | `"api7ee3-postgresql:5432"` | |
5959
| dp_manager_configuration.database.postgres.database | string | `"api7ee"` | |

charts/api7/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ dashboard:
88
repository: api7/api7-ee-3-integrated
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v3.2.6.0"
11+
tag: "v3.2.6.1"
1212

1313
dp_manager:
1414
replicaCount: 1
1515
image:
1616
repository: api7/api7-ee-dp-manager
1717
pullPolicy: IfNotPresent
1818
# Overrides the image tag whose default is the chart appVersion.
19-
tag: "v3.2.6.0"
19+
tag: "v3.2.6.1"
2020

2121
imagePullSecret: ""
2222
nameOverride: ""

0 commit comments

Comments
 (0)