File tree 6 files changed +8
-3
lines changed
6 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 21
21
.idea/
22
22
*.tmproj
23
23
.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
95
95
| schema.update.hook.type | string | ` "pre-upgrade" ` | |
96
96
| temporal.admintools.image.pullPolicy | string | ` "IfNotPresent" ` | |
97
97
| 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 |
99
99
| temporal.deploy.enabled | bool | ` true ` | |
100
100
| temporal.tls.enabled | string | ` "_TEMPORAL_SSL_MODE_" ` | |
101
101
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ temporal:
128
128
image :
129
129
repository : temporalio/admin-tools
130
130
# -- 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
132
132
pullPolicy : IfNotPresent
133
133
134
134
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ Install PeerDB along with Temporal.
225
225
| temporal-deploy.grafana.enabled | bool | ` false ` | |
226
226
| temporal-deploy.mysql.enabled | bool | ` false ` | |
227
227
| temporal-deploy.prometheus.enabled | bool | ` false ` | |
228
+ | temporal-deploy.schema.createDatabase.enabled | bool | ` false ` | |
228
229
| temporal-deploy.schema.setup.enabled | bool | ` false ` | |
229
230
| temporal-deploy.schema.update.enabled | bool | ` false ` | |
230
231
| 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:
576
576
enabled : false
577
577
update :
578
578
enabled : false
579
+ createDatabase :
580
+ enabled : false
579
581
580
582
datadog :
581
583
# -- Whether to deploy datadog, pulled from `DATADOG_ENABLED` from .env
You can’t perform that action at this time.
0 commit comments