File tree Expand file tree Collapse file tree 6 files changed +8
-3
lines changed
Expand file tree Collapse file tree 6 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2121.idea/
2222*.tmproj
2323.vscode/
24- peerdb-pg-setup
24+ pgSetup/peerdb-pg-setup
25+ images/
26+ pgSetup/pgSetup
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ A Helm chart for Kubernetes
9595| schema.update.hook.type | string | ` "pre-upgrade" ` | |
9696| temporal.admintools.image.pullPolicy | string | ` "IfNotPresent" ` | |
9797| temporal.admintools.image.repository | string | ` "temporalio/admin-tools" ` | |
98- | temporal.admintools.image.tag | string | ` "1.24.2" ` | This should be set from the helm values for temporal dependency from the main chart |
98+ | temporal.admintools.image.tag | string | ` "1.24.2.1-tctl-1.18.1-cli-0.13.2 " ` | This should be set from the helm values for temporal dependency from the main chart |
9999| temporal.deploy.enabled | bool | ` true ` | |
100100| temporal.tls.enabled | string | ` "_TEMPORAL_SSL_MODE_" ` | |
101101
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ temporal:
128128 image :
129129 repository : temporalio/admin-tools
130130 # -- This should be set from the helm values for temporal dependency from the main chart
131- tag : 1.24.2
131+ tag : 1.24.2.1-tctl-1.18.1-cli-0.13.2
132132 pullPolicy : IfNotPresent
133133
134134
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ Install PeerDB along with Temporal.
225225| temporal-deploy.grafana.enabled | bool | ` false ` | |
226226| temporal-deploy.mysql.enabled | bool | ` false ` | |
227227| temporal-deploy.prometheus.enabled | bool | ` false ` | |
228+ | temporal-deploy.schema.createDatabase.enabled | bool | ` false ` | |
228229| temporal-deploy.schema.setup.enabled | bool | ` false ` | |
229230| temporal-deploy.schema.update.enabled | bool | ` false ` | |
230231| temporal-deploy.server.config.persistence.default.driver | string | ` "sql" ` | |
Original file line number Diff line number Diff line change @@ -576,6 +576,8 @@ temporal-deploy:
576576 enabled : false
577577 update :
578578 enabled : false
579+ createDatabase :
580+ enabled : false
579581
580582datadog :
581583 # -- Whether to deploy datadog, pulled from `DATADOG_ENABLED` from .env
You can’t perform that action at this time.
0 commit comments