Skip to content

Commit adca398

Browse files
authored
chore: upgrade api7 to v3.2.12.0 (#103)
Signed-off-by: ashing <[email protected]>
1 parent 6ff866a commit adca398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11
18+
version: 0.12.12
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/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.3"
13+
tag: "v3.2.12.0"
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.3"
21+
tag: "v3.2.12.0"
2222

2323
imagePullSecret: ""
2424
nameOverride: ""

0 commit comments

Comments
 (0)