From 80f6e020bcff55b6eba5fd490a49fb2fcf6fff45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20No=C3=ABl?= Date: Tue, 10 Sep 2024 16:45:42 -0700 Subject: [PATCH] this --- charts/cluster/Chart.yaml | 2 +- charts/cluster/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cluster/Chart.yaml b/charts/cluster/Chart.yaml index 32f96f000..613736e10 100644 --- a/charts/cluster/Chart.yaml +++ b/charts/cluster/Chart.yaml @@ -14,7 +14,7 @@ # limitations under the License. # apiVersion: v2 -name: paradedb +name: cluster description: Deploys and manages a ParadeDB CloudNativePG cluster and its associated resources. icon: https://raw.githubusercontent.com/paradedb/paradedb/main/docs/logo/light.svg type: application diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index fcb4bc94b..2cd4a05cd 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: cluster +type: postgresql version: # -- PostgreSQL major version to use