Skip to content

Commit 9302e05

Browse files
authored
chore: upgrade api7 to v3.2.9.1 (#91)
Signed-off-by: Nic <[email protected]>
1 parent 52a6c0a commit 9302e05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/api7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9.0"` | |
23+
| dashboard.image.tag | string | `"v3.2.9.1"` | |
2424
| dashboard.replicaCount | int | `1` | |
2525
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
2626
| dashboard_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
@@ -41,7 +41,7 @@ A Helm chart for Kubernetes
4141
| dashboard_service.type | string | `"ClusterIP"` | |
4242
| dp_manager.image.pullPolicy | string | `"IfNotPresent"` | |
4343
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
44-
| dp_manager.image.tag | string | `"v3.2.9.0"` | |
44+
| dp_manager.image.tag | string | `"v3.2.9.1"` | |
4545
| dp_manager.replicaCount | int | `1` | |
4646
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
4747
| 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
@@ -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.9.0"
11+
tag: "v3.2.9.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.9.0"
19+
tag: "v3.2.9.1"
2020

2121
imagePullSecret: ""
2222
nameOverride: ""

0 commit comments

Comments
 (0)