From 24a2c69a691e5e00c8669a6b6b71030bd292d718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Wed, 11 Sep 2024 10:22:38 -0700 Subject: [PATCH] Only Parade --- charts/cluster/values.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index adc6fa934..01526fe9d 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -11,11 +11,6 @@ type: paradedb version: # -- PostgreSQL major version to use postgresql: "16" - # -- If using TimescaleDB, specify the version - timescaledb: "2.15" - # -- If using PostGIS, specify the version - postgis: "3.4" - # -- If using ParadeDB, specify the version # -- The ParadeDB version, set in the publish CI workflow from the latest paradedb/paradedb GitHub tag paradedb: "0.0.0" @@ -131,7 +126,7 @@ cluster: # -- Name of the container image, supporting both tags (:) and digests for deterministic and repeatable deployments: # :@sha256: - imageName: "" # Default value depends on type (postgresql/postgis/timescaledb) + imageName: "" # Default value depends on type (paradedb) # -- Reference to `ImageCatalog` of `ClusterImageCatalog`, if specified takes precedence over `cluster.imageName` imageCatalogRef: {}