NaPs / cnpg-charts

CloudNativePG Helm Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudNativePG Helm Chart

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.

Deployment using the latest release

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

Deployment using local chart

To deploy the operator from sources you can run the following command:

helm upgrade --install cnpg \
  --namespace cnpg-system \
  --create-namespace \
  charts/cloudnative-pg

Sandbox for CloudNativePG

CloudNativePG 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:

Contributing

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.

About

CloudNativePG Helm Charts

License:Apache License 2.0


Languages

Language:Smarty 63.0%Language:Makefile 37.0%