11# api7ee3
22
3- ![ Version: 0.9 .0] ( https://img.shields.io/badge/Version-0.9 .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.10 .0] ( https://img.shields.io/badge/Version-0.10 .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
55A Helm chart for Kubernetes
66
@@ -20,16 +20,11 @@ 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.7 .1" ` | |
23+ | dashboard.image.tag | string | ` "v3.2.8 .1" ` | |
2424| dashboard.replicaCount | int | ` 1 ` | |
25- | dashboard_configuration.authentication_config.session_secret | string | ` "changeme" ` | |
2625| dashboard_configuration.console.addr | string | ` "http://127.0.0.1:3000" ` | |
27- | dashboard_configuration.database.postgres.addr | string | ` "api7-postgresql:5432" ` | |
28- | dashboard_configuration.database.postgres.database | string | ` "api7ee" ` | |
29- | dashboard_configuration.database.postgres.password | string | ` "changeme" ` | |
30- | dashboard_configuration.database.postgres.user | string | ` "api7ee" ` | |
31- | dashboard_configuration.database.type | string | ` "postgres" ` | |
32- | dashboard_configuration.log.level | string | ` "info" ` | |
26+ | dashboard_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
27+ | dashboard_configuration.log.level | string | ` "warn" ` | |
3328| dashboard_configuration.log.output | string | ` "stderr" ` | |
3429| dashboard_configuration.login.source | string | ` "DB" ` | |
3530| dashboard_configuration.prometheus.addr | string | ` "http://api7-prometheus-server:9090" ` | |
@@ -51,14 +46,10 @@ A Helm chart for Kubernetes
5146| dashboard_service.type | string | ` "ClusterIP" ` | |
5247| dp_manager.image.pullPolicy | string | ` "IfNotPresent" ` | |
5348| dp_manager.image.repository | string | ` "api7/api7-ee-dp-manager" ` | |
54- | dp_manager.image.tag | string | ` "v3.2.7 .1" ` | |
49+ | dp_manager.image.tag | string | ` "v3.2.8 .1" ` | |
5550| dp_manager.replicaCount | int | ` 1 ` | |
56- | dp_manager_configuration.database.postgres.addr | string | ` "api7-postgresql:5432" ` | |
57- | dp_manager_configuration.database.postgres.database | string | ` "api7ee" ` | |
58- | dp_manager_configuration.database.postgres.password | string | ` "changeme" ` | |
59- | dp_manager_configuration.database.postgres.user | string | ` "api7ee" ` | |
60- | dp_manager_configuration.database.type | string | ` "postgres" ` | |
61- | dp_manager_configuration.log.level | string | ` "info" ` | |
51+ | dp_manager_configuration.database.dsn | string | ` "postgres://api7ee:changeme@api7-postgresql:5432/api7ee" ` | |
52+ | dp_manager_configuration.log.level | string | ` "warn" ` | |
6253| dp_manager_configuration.log.output | string | ` "stderr" ` | |
6354| dp_manager_configuration.prometheus.addr | string | ` "http://api7-prometheus-server:9090" ` | |
6455| dp_manager_configuration.server.listen.host | string | ` "0.0.0.0" ` | |
0 commit comments