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

Operator supports passing metadata that will be inherited by all resources related to Cluster. Spec - https://github.com/cloudnative-pg/cloudnative-pg/blob/main/api/v1/cluster_types.go#L254

chart( cluster )

Hello, This helm chart forces to use HTTPS scheme for liveness and readyness probes (https://github.com/cloudnative-pg/charts/blob/main/charts/cloudnative-pg/templates/deployment.yaml#L84 and L100) When using it with linkerd, it will be not compatible with deny mode...

chart( operator )

It would be great if there was a Prometheus alert for failing backups. It has just happened to me that backups were not completed successfully. In such cases, it would...

chart( cluster )

* Missing [VolumeSnapshotConfiguration](https://cloudnative-pg.io/documentation/1.23/cloudnative-pg.v1/#postgresql-cnpg-io-v1-VolumeSnapshotConfiguration) block on the Cluster resource. This prevents the `Backup` from working correctly when we set `backups.scheduledBackups[*].method` to `volumeSnapshot` * The chart requires azure, google, or s3 options...

chart( cluster )

Hi this is my first contribution so please let me know if I have missed anything. This PR fixes two issues with VolumeSnapshots for backups: * Missing [VolumeSnapshotConfiguration](https://cloudnative-pg.io/documentation/1.23/cloudnative-pg.v1/#postgresql-cnpg-io-v1-VolumeSnapshotConfiguration) block on...

chart( cluster )

add support to add shared library instead of hardcoded time timescaledb lib alone https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/templates/cluster.yaml#L51

chart( cluster )

Hi, This is a **BREAKING CHANGE**, and fixes #308. IMHO, we should go with this kind of fixes now and taking into account that **postgresql** has a lot of configurations...

To allow for more rapid development, increased reliability and easier reviews we need to add a test suite for the cluster chart and all of it's modes of operation. KUTTL...

chart( cluster )

Hi, I've been trying the CNPG operator with cluster helm charts and I couldn't make the S3 backup work. We have an Minio S3 CRD provided by our cloud provider...

chart( cluster )

Hi, This fix some trivial spelling mistakes here and there, and add this tool to the linter workflow. Thank you! PS: I just fixed one trailing-line for the sake of...