Helm chart to install the CloudNativePG operator, originally created and sponsored by EDB to manage PostgreSQL workloads on any supported Kubernetes cluster running in private, public, or hybrid cloud environments.
NOTE: supports only the latest point release of the CloudNativePG operator.
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm upgrade --install cnpg \
--namespace cnpg-system \
--create-namespace \
cnpg/cloudnative-pgTo deploy the operator from sources you can run the following command:
helm upgrade --install cnpg \
--namespace cnpg-system \
--create-namespace \
charts/cloudnative-pgCloudNativePG Sandbox, aka cnpg-sandbox, is now deprecated and has been removed from this project.
All its resources have been moved in the primary cloudnativepg repository, in the form of:
- documentation ("Quickstart" and "Monitoring" sections)
- plugin commands (
pgbench - manifests
Please read the code of conduct and the guidelines to contribute to the project.
Helm charts for CloudNativePG are distributed under Apache License 2.0.