From 9298f0cb7416378f4dfd85c953c9e9403ee225b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Tue, 10 Sep 2024 18:07:06 -0700 Subject: [PATCH] Try this --- charts/cluster/Chart.yaml | 2 +- charts/cluster/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" ###