Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion peerdb-catalog/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@
.idea/
*.tmproj
.vscode/
peerdb-pg-setup
pgSetup/peerdb-pg-setup
images/
pgSetup/pgSetup
2 changes: 1 addition & 1 deletion peerdb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ A Helm chart for Kubernetes
| schema.update.hook.type | string | `"pre-upgrade"` | |
| temporal.admintools.image.pullPolicy | string | `"IfNotPresent"` | |
| temporal.admintools.image.repository | string | `"temporalio/admin-tools"` | |
| temporal.admintools.image.tag | string | `"1.24.2"` | This should be set from the helm values for temporal dependency from the main chart |
| 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 |
| temporal.deploy.enabled | bool | `true` | |
| temporal.tls.enabled | string | `"_TEMPORAL_SSL_MODE_"` | |

Expand Down
Binary file removed peerdb-catalog/pgSetup/pgSetup
Binary file not shown.
2 changes: 1 addition & 1 deletion peerdb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ temporal:
image:
repository: temporalio/admin-tools
# -- This should be set from the helm values for temporal dependency from the main chart
tag: 1.24.2
tag: 1.24.2.1-tctl-1.18.1-cli-0.13.2
pullPolicy: IfNotPresent


Expand Down
1 change: 1 addition & 0 deletions peerdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ Install PeerDB along with Temporal.
| temporal-deploy.grafana.enabled | bool | `false` | |
| temporal-deploy.mysql.enabled | bool | `false` | |
| temporal-deploy.prometheus.enabled | bool | `false` | |
| temporal-deploy.schema.createDatabase.enabled | bool | `false` | |
| temporal-deploy.schema.setup.enabled | bool | `false` | |
| temporal-deploy.schema.update.enabled | bool | `false` | |
| temporal-deploy.server.config.persistence.default.driver | string | `"sql"` | |
Expand Down
2 changes: 2 additions & 0 deletions peerdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,8 @@ temporal-deploy:
enabled: false
update:
enabled: false
createDatabase:
enabled: false

datadog:
# -- Whether to deploy datadog, pulled from `DATADOG_ENABLED` from .env
Expand Down