Skip to content

Commit

Permalink
Only Parade
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Sep 11, 2024
1 parent 5c33683 commit 24a2c69
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions charts/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -131,7 +126,7 @@ cluster:

# -- Name of the container image, supporting both tags (<image>:<tag>) and digests for deterministic and repeatable deployments:
# <image>:<tag>@sha256:<digestValue>
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: {}
Expand Down

0 comments on commit 24a2c69

Please sign in to comment.