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

adding synchronous config to cluster, (like https://github.com/cloudnative-pg/charts/pull/377) closes https://github.com/cloudnative-pg/charts/issues/390

alpine ping image from here: https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/templates/tests/ping.yaml#L19 should be present in values so we can override the repository (& imagepull secret) Thank you for this awesome product (CNPG)!

chart( cluster )

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [kyverno/action-install-chainsaw](https://redirect.github.com/kyverno/action-install-chainsaw) | action | patch | `v0.2.9` -> `v0.2.10` | --- ### Release...

According to https://github.com/cloudnative-pg/cloudnative-pg/pull/3837/files#diff-67160e3b67586b511da3b6f279d73402e5bc70d9303786ddfda34aa99daae330R79, you can now set `EnablePDB` on the `Cluster` object to enable or disable PDB generation. This repository does not allow to set this yet, making it very...

According to CNPG guide, I've tried to set `maintenance_work_mem` as well as other params in my cluster: ``` postgresql: parameters: shared_buffers: "2GB" effective_cache_size: "6GB" work_mem: "64MB" random_page_cost: "4" # default...

chart( cluster )

Hi, this is my first contribution so please let me know if I have missed anything. This PR adds the posibility to define the name of the keys for the...

chart( cluster )

Chart does not support quorum-based format for replication. Issue: `W0917 09:32:31.450391 1214030 warnings.go:70] unknown field "spec.postgresql.parameters.synchronous.method" W0917 09:32:31.450425 1214030 warnings.go:70] unknown field "spec.postgresql.parameters.synchronous.number" ` Docs: - https://cloudnative-pg.io/documentation/current/replication/#quorum-based-synchronous-replication - https://cloudnative-pg.io/documentation/current/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PostgresConfiguration

Issue was because YAML output for this section of the cluster.yaml was parameters: parameters: {} pg_hba: [] pg_indent: [] Whereas it should be parameters: {} pg_hba: {} pg_indent: {} but...

Base on the cloudnative document, if i used the manifest(yaml) to provision the cnpg operator, i need to perform the upgrade sequentially, for example from 1.22.1 to 1.22.5, i need...

chart( operator )

When you pass the following values: ```yaml backups: secret: create: false name: my-existing-secret ``` Forces `my-existing-secret` to contain `ACCESS_KEY_ID` and `ACCESS_SECRET_KEY`. The name of those keys are hardcoded in the...

chart( cluster )