charts icon indicating copy to clipboard operation
charts copied to clipboard

CloudNativePG Helm Charts

Results 140 charts issues
Sort by recently updated
recently updated
newest added

The operator supports backups using volumesnapshots (see [docs](https://cloudnative-pg.io/documentation/1.25/backup_volumesnapshot/)). Currently this is not supported using the cluster chart as the backup section is entirely limited to using barman object store. Extend...

The test pod here https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/templates/tests/ping.yaml requires a specifically named secret `{{ include "cluster.fullname" . }}-app` to provided. This causes chart-testing to fail when the cluster chart is used as a...

I was trying to upgrade our CNPG clusters to v1.24.2 where [a bug for switchover was fixed](https://github.com/cloudnative-pg/cloudnative-pg/issues/4821). Unfortunately, upgrading cloudnative-pg charts to 0.23.0 failed with `CrashLoopBackOff`. After some debugging, I...

Do you support creating a database cluster that spans multiple Kubernetes clusters? For example, a scenario where each availability zone or region has its own Kubernetes cluster but they all...

I'm using k0s `v1.31.2-k0s.0` with default settings. The controller crashes with the following logs: ``` {"level":"info","ts":"2025-01-20T19:29:56.696034172Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.25.0","build":{"Version":"1.25.0","Commit":"bad5a251","Date":"2024-12-23"}} {"level":"info","ts":"2025-01-20T19:29:56.696108834Z","logger":"setup","msg":"Listening for changes on all namespaces"} {"level":"info","ts":"2025-01-20T19:29:56.696407662Z","logger":"setup","msg":"Loading configuration from ConfigMap","namespace":"base","name":"cnpg-controller-manager-config"} {"level":"error","ts":"2025-01-20T19:29:56.696563545Z","logger":"setup","msg":"unable to...

We're installing the CNPG Helm chart via a dependencies chart prior to the application workload chart. If installed manually, all works as expected. When installed in an automated fashion though,...

Add support for scheduled backups to not trigger immediate backups by making immediate settable but defaults to true if unset. This PR fixes #491

Scheduled backups objects have the valued `immediate: true` hard-coded, resulting in them triggering an immediate backup even if not desired. The value in the chart should ideally settable and default...

But this chart does not contain the externalClusters field for distributed topology configuration, which should have the scope to add multiple cluster details under externalClusters and replica section as well....

The following commit changes the operator from watching all namespaces to only watching its own namespace which is a pretty big breaking change https://github.com/cloudnative-pg/charts/blame/dc3137ebbcf019515281da40dbfa10b635ebfd87/charts/cloudnative-pg/templates/deployment.yaml#L86 The only documentation i see for...