fork of CNPG's official cluster helm chart with a few quality of life fixes
- Go Template 90%
- Makefile 10%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| charts/cnpg-cluster | ||
| .gitignore | ||
| AI_POLICY.md | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
CloudNativePG Cluster chart
Helm chart to install a CloudNativePG database cluster.
Refer to the Cluster Chart documentation for installation and advanced configuration options.
This is a fork of the official cloudnative postgres cluster helm chart, but it provides a few quality of life updates:
- optional network policy
- ability to set the
backups.target
We also maintain another chart focused on just generating user certs here: https://codeberg.org/open-engineering/cloudnative-pg-cluster-certs-chart
TLDR
You can install from our Forgejo packaged helm charts either from codeberg.org (recommended) or via git.open.engineering (our currently unstable local mirror).
Via codeberg.org (recommended)
# add the helm repo locally
helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update
# get the values and edit them if needed
helm show values codeberg.org/cnpg-cluster > values.yaml
# install the chart
helm install cnpg-cluster codeberg.org/cnpg-cluster --values values.yaml
Contributing
Please read the AI Policy and the CoC before moving onto the Contributing docs.
Copyright
Helm charts for CloudNativePG are distributed under Apache License 2.0.