diff --git a/charts/cluster/Chart.yaml b/charts/cluster/Chart.yaml index 44b3024ee..96ed4e572 100644 --- a/charts/cluster/Chart.yaml +++ b/charts/cluster/Chart.yaml @@ -14,7 +14,7 @@ # limitations under the License. # apiVersion: v2 -name: cluster +name: paradedb 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 76c12ed3f..adc6fa934 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: postgresql +type: paradedb version: # -- PostgreSQL major version to use