fork of CNPG's official cluster helm chart with a few quality of life fixes
  • Go Template 90%
  • Makefile 10%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-06 09:28:44 +00:00
.forgejo/workflows initial commit plus also allowing people to set backups.target 2026-07-06 10:32:05 +02:00
charts/cnpg-cluster Update to version 0.9.0 and regenerate docs. 2026-07-06 09:28:44 +00:00
.gitignore feat(cluster): Add TLS management for monitoring (#879) 2026-06-18 18:39:10 +03:00
AI_POLICY.md initial commit plus also allowing people to set backups.target 2026-07-06 10:32:05 +02:00
CODE_OF_CONDUCT.md mention why we're doing this and add new code of conduct 2026-07-06 11:05:15 +02:00
CONTRIBUTING.md docs: use project-wide CONTRIBUTING.md file (#820) 2026-03-02 14:59:57 +11:00
LICENSE Fix a bunch of typos and incorrect docs (#807) 2026-03-05 03:36:50 +02:00
Makefile initial commit plus also allowing people to set backups.target 2026-07-06 10:32:05 +02:00
README.md mention other chart 2026-07-06 11:27:01 +02:00
SECURITY.md docs: add security policy (#621) 2026-01-15 12:11:17 +11:00

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).

# 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.

Helm charts for CloudNativePG are distributed under Apache License 2.0.