Skip to content

Commit

Permalink
Revert "Only Parade"
Browse files Browse the repository at this point in the history
This reverts commit 24a2c69.
  • Loading branch information
philippemnoel committed Sep 11, 2024
1 parent 24a2c69 commit 8641c12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ 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 @@ -126,7 +131,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 (paradedb)
imageName: "" # Default value depends on type (postgresql/postgis/timescaledb)

# -- Reference to `ImageCatalog` of `ClusterImageCatalog`, if specified takes precedence over `cluster.imageName`
imageCatalogRef: {}
Expand Down

0 comments on commit 8641c12

Please sign in to comment.