diff --git a/charts/cluster/Chart.yaml b/charts/cluster/Chart.yaml index ee6b5da26..44b3024ee 100644 --- a/charts/cluster/Chart.yaml +++ b/charts/cluster/Chart.yaml @@ -19,7 +19,7 @@ description: Deploys and manages a ParadeDB CloudNativePG cluster and its associ icon: https://raw.githubusercontent.com/paradedb/paradedb/main/docs/logo/light.svg type: application -# The version of the chart, which gets set +# The Chart version, set in the publish CI workflow from GitHub Actions Variables version: 0.0.0 sources: diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index a24d8b208..76c12ed3f 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -6,7 +6,7 @@ fullnameOverride: "" ### # -- Type of the CNPG database. Available types: # * `paradedb` -type: paradedb +type: postgresql version: # -- PostgreSQL major version to use @@ -16,6 +16,7 @@ version: # -- 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" ###