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

Hi, wanted to thanks everyone who take a part of CNPG Operator, it rocks! It allows us to manage almost every aspect op PGSQL lifecycle, but current cluster helm chart...

chart( cluster )
stale

Hi, Currently the option to configure VolumeSnapshots for backup and recovery is not included in the helm chart. could the chart be extended to support volume snapshots as well?

chart( cluster )
stale

Some time the S3 region property must be explicitly configured. There is similar [PR](https://github.com/cloudnative-pg/charts/pull/758/files) with region configuration. Actually, I'm not sure if region parameter should be explicitly required

chart( cluster )
size:S

Over at @paradedb we have been using the CNPG `cluster` Chart as a baseline for our chart for quite some time. We had some tests around upgrading database extensions in...

chart( cluster )
size:L

Fixed default sql query for `backend_waiting` metric, where multiple locks on the same row may cause spuriously high "blocked_queries". By adding `AND blocking_locks.granted`, we only consider lock pairs where the...

bug
chart( operator )
size:XS

Often databases need credentials for the application to connect to it which have to be provided to the database and to the application itself. We in our company use vault...

chart( cluster )
stale

# Context This PR take commits from #399 and add tests for each added new key in `value.yaml` file. Commits from @sadath-12 - **support: backupID in helm chart** - **fix:...

chart( cluster )
size:L

Certificate resource removes isCA: false as it is the default and adds "0m0s" to the duration and renewBefore. This change will allow a clean sync in argoCD.

size:S
chart( plugin-barman-cloud )