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

Uses same syntax as `queries`, but it's plain Yaml instead of yaml-as-string. The values in both fields are merged, with `queriesData` overriding values from `queries`. We pass queries through `fromYaml`,...

chart( operator )

This PR add support for: - common labels: labels added to all resources (like `commonAnnotations`) - monitoring labels to resources managed by Prometheus Operator

Version 0.0.6 of Cluster-Chart The following full config is not possible without `clusterName` set: ``` backups: enabled: true data: encryption: "" # Contabo does not support encryption wal: encryption: ""...

There is no way for me to set the ipFamilyPolicy to "preferDualStack" in the current helm chart

chart( operator )

This adds the following badges to the `README.md` [![Stack Overflow](https://img.shields.io/badge/stackoverflow-cloudnative--pg-blue?logo=stackoverflow&logoColor=%23F48024&link=https%3A%2F%2Fstackoverflow.com%2Fquestions%2Ftagged%2Fcloudnative-pg)][stackoverflow] [![GitHub License](https://img.shields.io/github/license/cloudnative-pg/charts)][license] [![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cloudnative-pg-*)](https://github.com/cloudnative-pg/charts/tree/main/charts/cloudnative-pg) [![GitHub Release](https://img.shields.io/github/v/release/cloudnative-pg/charts?filter=cluster-*)](https://github.com/cloudnative-pg/charts/tree/main/charts/cluster) [stackoverflow]: https://stackoverflow.com/questions/tagged/cloudnative-pg [license]: https://github.com/cloudnative-pg/charts?tab=Apache-2.0-1-ov-file

create rbac to view/edit cnpg crds and aggregate to [user facing roles](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles) view/edit/admin clusterroles are bound to a user & namespace, to manage said namespace, and now allow to create...

This adds the metrics from cloudnative-pg/blob/docs/src/samples/cluster-example-monitoring.yaml Since these metrics are in the sample, it is nice to have them in the defaults.

chart( operator )

Hi, Adding a new chart value to configure Prometheus relabeling rules through the PodMonitor. This facility is often used for renaming or dropping labels. Cheers

Related to: #177 This PR adds a feature to configure `spec.hostNetwork` in the operator deployment manifest.