From 2a0c25a351af815ecc11a7c85cb22c97e9d033ff 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 13:35:43 -0500 Subject: [PATCH] chore: Hardcode version in ParadeDB tests (#66) --- charts/paradedb/examples/image-catalog-ref.yaml | 2 +- .../paradedb-enterprise/01-paradedb-NCC-1701-D_cluster.yaml | 4 +++- .../paradedb-minio-backup-restore/01-paradedb_cluster.yaml | 4 +++- charts/paradedb/values.yaml | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/paradedb/examples/image-catalog-ref.yaml b/charts/paradedb/examples/image-catalog-ref.yaml index 385e34030..d702d7fce 100644 --- a/charts/paradedb/examples/image-catalog-ref.yaml +++ b/charts/paradedb/examples/image-catalog-ref.yaml @@ -1,7 +1,7 @@ type: postgresql mode: standalone version: - major: "16" + major: "17" paradedb: "0.12.2" cluster: instances: 1 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 1a023d5b4..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,6 +1,8 @@ type: paradedb-enterprise mode: standalone - +version: + 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 3bae23341..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,6 +1,8 @@ type: paradedb mode: standalone - +version: + 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"