File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" ` | |
Original file line number Diff line number Diff 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
1313dp_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
2121imagePullSecret : " "
2222nameOverride : " "
You can’t perform that action at this time.
0 commit comments