charts

ParadeDB</a>

Postgres for Search and Analytics

WebsiteDocsCommunityBlogChangelog


Publish Helm Chart Artifact Hub Docker Pulls License Slack URL X URL

ParadeDB Helm Chart

This repository contains the Helm chart for deploying and managing ParadeDB on Kubernetes via CloudNativePG.

Kubernetes, and specifically the CloudNativePG operator, is the recommended approach for deploying ParadeDB in production. ParadeDB also provides a Docker image and prebuilt binaries for Debian, Ubuntu and Red Hat Enterprise Linux.

Getting Started

First, install Helm. The following steps assume you have a Kubernetes cluster running v1.25+. If you are testing locally, we recommend using Minikube.

Installing the CloudNativePG Operator

Skip this step if the CNPG operator is already installed in your cluster.

helm repo add cnpg https://cloudnative-pg.github.io/charts
helm upgrade --install cnpg \
--namespace cnpg-system \
--create-namespace \
cnpg/cloudnative-pg

Setting up a ParadeDB CNPG Cluster

helm repo add paradedb https://paradedb.github.io/charts
helm upgrade --install paradedb \
--namespace paradedb-database \
--create-namespace \
--values values.yaml \
paradedb/cluster

Refer to the CloudNativePG Cluster Chart documentation for advanced configuration options.

License

ParadeDB is licensed under the GNU Affero General Public License v3.0 and as commercial software. For commercial licensing, please contact us at sales@paradedb.com.