From 573cf7c2b478f11f2816b74395a2e6915b0ee99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= <21990816+philippemnoel@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:25:11 -0500 Subject: [PATCH] feat: Use serviceAccountTemplate from values (#64) 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> feat: Default to PG17 again (#69) feat: Upgrade ParadeDB to 0.13.1 (#63) --- charts/paradedb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/paradedb/values.yaml b/charts/paradedb/values.yaml index 785c8a6c4..2aabe273e 100644 --- a/charts/paradedb/values.yaml +++ b/charts/paradedb/values.yaml @@ -13,7 +13,7 @@ type: paradedb version: # -- PostgreSQL major version to use - postgresql: "16" + postgresql: "17" # -- The ParadeDB version, set in the publish CI workflow from the latest paradedb/paradedb GitHub tag # -- We default to v0.14.1 for testing and local development paradedb: "0.14.1"