charts icon indicating copy to clipboard operation
charts copied to clipboard

CloudNativePG Helm Charts

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

The chart for the plugin-barman-cloud does not have a `readinessProbe` or a `livenessProbe`. There is also no way to define them yourself. This is a showstopper in our environment.

bug
chart( cluster )
stale

In my testing I noticed the `region` value in `Values.yaml` seen in the following places are defaulting to `us-east-1` - `backups.s3.region` - `recovery.s3.region` When testing in region `us-east-1` I didn't...

bug
chart( cluster )
size:XS

I see that cluster.yaml is just updated, and when I deploy cnpg/cluster I get the following error: **_Error: Cluster.postgresql.cnpg.io "dbName" is invalid: [spec.externalClusters: Invalid value: "null": spec.externalClusters in body must...

chart( cluster )

This pull request introduces support for adding custom labels to the generated `PodMonitor` resource in the cluster Helm chart, making it easier to integrate with various monitoring stacks and workflows....

chart( cluster )
size:M

At present (v0.2.0), the chart forces us to set `containerSecurityContext.runAs*` as they are `required` according to the schema: https://github.com/cloudnative-pg/charts/blob/05cd9a5288427e589362c59ee0d7520468c16cb4/charts/plugin-barman-cloud/values.schema.json#L148-L155 Unfortunately, this creates issues for deployments on OpenShift where a random...

chart( cluster )

Hi, We are using the plugin-barman-cloud chart to use object storage for backups. For HA requirements, we increased the replicaCount to 2 or 3, and we notice that inactive pods...

chart( plugin-barman-cloud )

`.Values.commonAnnotations` already exists, adding `.Values.commonLabels` to add a common label to all resources.

chart( operator )
size:XS

Allow to add plugins to the Cluster definition fixes #634 Prepare migration to the new Barman Cloud Plugin including the ObjectStore.

chart( cluster )
size:L

The chart should support the barman-cloud plugin, if the built-in barman support is being removed soon.

chart( cluster )
size:S

We want to be able to pass annotations to all CustomResourceDefinitions. This is helpful in that it allows passing an annotation to ArgoCD to enable ServerSideApply: ``` crds: annotations: argocd.argoproj.io/sync-options:...

chart( operator )
size:M