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

This pull request introduces concurrency settings to multiple GitHub Actions workflows to prevent overlapping runs and ensure that only the latest run is processed. The most important changes include the...

https://github.com/cloudnative-pg/charts/blob/main/charts/cloudnative-pg/README.md broken url: https://cloudnative-pg.github.io/grafana-dashboards

We have recently had the need to set the smartShutdownTimeout, stopDelay, startDeplay and switchoverDelay in the cluster spec to a different value than the default it was not possible to...

This should resolve [#326](https://github.com/cloudnative-pg/charts/issues/326). PR inspired by https://github.com/cloudnative-pg/charts/pull/400.

hi @itay-grudev, Latest versions of CNPG were released on 23.12.2024 (v.1.23.6, v.1.24.2, v.1.25.0) but latest helm chart for 1.24.x which is v.0.22.1 has appVersion v.1.24.1. Is it possible to release...

Hi @itay-grudev while migrating from helmfile-deployments to argocd applicationsets we always have the problem that we have to duplicate values. one solution would be to reference values within values.yaml using...

Right now timescaledb does not support container proxies, so I've added support for common .global.imageRegistry chart parameter to remove dependency on dockerhub

projected volume support in In cluster specification tested. my simple testing env: namespace: aaa clusterName: firstcnpg-cluster values: projectedVolumeTemplate: sources: - secret: name: crl items: - key: crl.pem path: crl/crl-01.pem secret...