Skip to content

Commit

Permalink
Fixed cron database name (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Noël <philippemnoel@gmail.com>

chore: Hardcode version in ParadeDB tests (#66)
Signed-off-by: Itay Grudev <itay@verito.digital>
  • Loading branch information
itay-grudev authored and philippemnoel committed Feb 12, 2025
1 parent 56b5d10 commit 8e8ce97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions charts/paradedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,15 +410,9 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
| recovery.s3.secretKey | string | `""` | |
| recovery.secret.create | bool | `true` | Whether to create a secret for the backup credentials |
| recovery.secret.name | string | `""` | Name of the backup credentials secret |
<<<<<<< HEAD
| type | string | `"paradedb"` | Type of the CNPG database. Available types: * `paradedb` * `paradedb-enterprise` |
| version.paradedb | string | `"0.15.2"` | We default to v0.15.2 for testing and local development |
| version.postgresql | string | `"17"` | PostgreSQL major version to use |
=======
| type | string | `"paradedb"` | Type of the CNPG database. Available types: * `paradedb` |
| version.paradedb | string | `"0.11.0"` | We default to v0.11.0 for testing and local development |
| version.postgresql | string | `"16"` | PostgreSQL major version to use |
> 6ea0301 (ParadeDB Support (#1))
| poolers[].name | string | `` | Name of the pooler resource |
| poolers[].instances | number | `1` | The number of replicas we want |
| poolers[].type | [PoolerType][PoolerType] | `rw` | Type of service to forward traffic to. Default: `rw`. |
Expand Down
4 changes: 1 addition & 3 deletions charts/paradedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@ cluster:

postgresql:
# -- PostgreSQL configuration options (postgresql.conf)
parameters:
# Required by pg_cron
cron.database_name: postgres
parameters: {}
# max_connections: 300
# -- Quorum-based Synchronous Replication
synchronous: {}
Expand Down

0 comments on commit 8e8ce97

Please sign in to comment.