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

Currently, the cluster does not allow assigning the 'shared_preload_libraries' section to manage libraries other than timescaledb: https://github.com/cloudnative-pg/charts/blob/9c668bcd2b00f1f820cfbe7bb76f4b8865a7dcfd/charts/cluster/templates/cluster.yaml#L51

Issue - https://github.com/cloudnative-pg/charts/issues/276

Hello I am trying to set up the latest version of cloudnative-pg in a kubernetes cluster. Istio is being used for handling traffic in the cluster and for some reasons...

Currently the cluster.yaml doesn't have several of the PostgresConfiguration fields exposed, even though they're available in the operator code. https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PostgresConfiguration It was added in November, but hasn't been exposed to...

* Added support for `cluster.imageCatalogRef` (@paraddise) * Added support for custom image catalogs via: `imageCatalog` * Added support for the official TimescaleDB docker image via an embedded ImageCatalog There is...

chart( cluster )

For Helm to detect CRDs correctly and install them in the correct order, they need to be placed in the `chart-root/crds` directory. Running `helm show crds .` from the chart...

chart( operator )

https://github.com/cloudnative-pg/charts/blob/fd5eff94b986797100155ad4638555cda3fb5823/charts/cluster/prometheus_rules/cluster-offline.yaml#L7 https://github.com/cloudnative-pg/charts/blob/fd5eff94b986797100155ad4638555cda3fb5823/charts/cluster/prometheus_rules/cluster-ha-critical.yaml#L7 https://github.com/cloudnative-pg/charts/blob/fd5eff94b986797100155ad4638555cda3fb5823/charts/cluster/prometheus_rules/cluster-ha-warning.yaml#L7 All of the above reference the cluster name incorrectly by using `{{ $labels.job }}`, causing them to not expand in the file, which then render as blank...

chart( cluster )

As the chart is currently setup, it is relying on `ClusterRole` and `ClusterRoleBinding` resources to grant the operator CRUD permissions cluster-wide, to allow it to manage its associated resources in...

chart( operator )

Unable to deploy helm chart using ArgoCD. Getting following error ``` Failed sync attempt to : one or more objects failed to apply, reason: CustomResourceDefinition.apiextensions.k8s.io "poolers.postgresql.cnpg.io" is invalid: metadata.annotations: Too...

chart( operator )