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: {}