Skip to content

Commit d7ada7f

Browse files
authored
fix pt.2 (#3)
1 parent b5e46ce commit d7ada7f

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

peerdb-catalog/.helmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@
2121
.idea/
2222
*.tmproj
2323
.vscode/
24-
peerdb-pg-setup
24+
pgSetup/peerdb-pg-setup
25+
images/
26+
pgSetup/pgSetup

peerdb-catalog/README.md

+1-1
Original file line numberDiff line numberDiff 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

peerdb-catalog/pgSetup/pgSetup

-9.22 MB
Binary file not shown.

peerdb-catalog/values.yaml

+1-1
Original file line numberDiff line numberDiff 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

peerdb/README.md

+1
Original file line numberDiff line numberDiff 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"` | |

peerdb/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,8 @@ temporal-deploy:
576576
enabled: false
577577
update:
578578
enabled: false
579+
createDatabase:
580+
enabled: false
579581

580582
datadog:
581583
# -- Whether to deploy datadog, pulled from `DATADOG_ENABLED` from .env

0 commit comments

Comments
 (0)