From b3cbd64fe94d1d55db76d7ddb06720a80136de09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Sun, 1 Dec 2024 11:28:07 -0500 Subject: [PATCH] Try w/ pg16 --- .../paradedb-enterprise/01-paradedb-NCC-1701-D_cluster.yaml | 4 +--- .../paradedb-minio-backup-restore/01-paradedb_cluster.yaml | 4 +--- charts/paradedb/values.yaml | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/charts/paradedb/test/paradedb-enterprise/01-paradedb-NCC-1701-D_cluster.yaml b/charts/paradedb/test/paradedb-enterprise/01-paradedb-NCC-1701-D_cluster.yaml index 015ab63d9..873004416 100644 --- a/charts/paradedb/test/paradedb-enterprise/01-paradedb-NCC-1701-D_cluster.yaml +++ b/charts/paradedb/test/paradedb-enterprise/01-paradedb-NCC-1701-D_cluster.yaml @@ -1,10 +1,8 @@ type: paradedb-enterprise mode: standalone - version: - major: "17" + major: "16" paradedb: "0.12.2" - cluster: instances: 1 storage: diff --git a/charts/paradedb/test/paradedb-minio-backup-restore/01-paradedb_cluster.yaml b/charts/paradedb/test/paradedb-minio-backup-restore/01-paradedb_cluster.yaml index ae89e74ca..dc565b782 100644 --- a/charts/paradedb/test/paradedb-minio-backup-restore/01-paradedb_cluster.yaml +++ b/charts/paradedb/test/paradedb-minio-backup-restore/01-paradedb_cluster.yaml @@ -1,10 +1,8 @@ type: paradedb mode: standalone - version: - major: "17" + major: "16" paradedb: "0.12.2" - cluster: instances: 2 storage: diff --git a/charts/paradedb/values.yaml b/charts/paradedb/values.yaml index 551d4f3a9..037aa3686 100644 --- a/charts/paradedb/values.yaml +++ b/charts/paradedb/values.yaml @@ -11,7 +11,7 @@ type: paradedb version: # -- PostgreSQL major version to use - postgresql: "17" + postgresql: "16" # -- The ParadeDB version, set in the publish CI workflow from the latest paradedb/paradedb GitHub tag # -- We default to v0.12.2 for testing and local development paradedb: "0.12.2"