From 8e8ce97187e83b13c45fe7d651010320c5f5a85b Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 19 Nov 2024 03:49:19 +0200 Subject: [PATCH] Fixed cron database name (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Philippe Noël chore: Hardcode version in ParadeDB tests (#66) Signed-off-by: Itay Grudev --- charts/paradedb/README.md | 6 ------ charts/paradedb/values.yaml | 4 +--- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/charts/paradedb/README.md b/charts/paradedb/README.md index 55431cc7d..b9b303096 100644 --- a/charts/paradedb/README.md +++ b/charts/paradedb/README.md @@ -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`. | diff --git a/charts/paradedb/values.yaml b/charts/paradedb/values.yaml index 3de16a088..3788f8d98 100644 --- a/charts/paradedb/values.yaml +++ b/charts/paradedb/values.yaml @@ -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: {}