From b440c767594ed2dce62da3391f14d3040a72d7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= <21990816+philippemnoel@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:51:22 -0500 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com> --- charts/paradedb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/paradedb/README.md b/charts/paradedb/README.md index 985f9169e..7b7d10af3 100644 --- a/charts/paradedb/README.md +++ b/charts/paradedb/README.md @@ -289,7 +289,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat | recovery.secret.create | bool | `true` | Whether to create a secret for the backup credentials | | recovery.secret.name | string | `""` | Name of the backup credentials secret | | type | string | `"paradedb"` | Type of the CNPG database. Available types: * `paradedb` | -| version.paradedb | string | `"0.12.0"` | We default to v0.11.0 for testing and local development | +| version.paradedb | string | `"0.12.0"` | We default to v0.12.0 for testing and local development | | version.postgresql | string | `"17"` | PostgreSQL major version to use | | poolers[].name | string | `` | Name of the pooler resource | | poolers[].instances | number | `1` | The number of replicas we want |