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

Hello everyone, I'm trying to set pg_hba conf but the helm values don't seem to work. What I've tried so far is: ``` ... postgresql: parameters: shared_buffers: 256MB pg_stat_statements.max: '10000'...

chart( cluster )

Hi, I'm trying to set an annotation for the serviceaccount that runs the clusters to use IRSA in AWS and be able to create backups on s3. I read [this...

chart( cluster )

Hi, I'm trying to set an existing secret when I deploy a cluster chart in case we are in a recovery method (bootstrap.recovery). Indeed, I can see in the doc...

chart( cluster )

I am attempting to use a User Assigned Managed Identity on Azure to access a storage account + blob store for backups. I am using the 'inheritFromAzureAD' option in my...

chart( cluster )

https://github.com/cloudnative-pg/charts/blob/b378ad06aee0e9902eaaf8413784e5e3bb724861/charts/cluster/templates/_barman_object_store.tpl#L64-L67 I'm setting up a test environment in gke, and I've set the following in values: ``` backups: enabled: true provider: google google: gkeEnvironment: true bucket: my-test-bucket path: my-test-path ```...

chart( cluster )

We have a need to be able to deploy the CRDs for the operator independently of the application itself (i.e. in some cases, we may just want to install CRDs,...

chart( operator )

After the following PRs get merged in the official TimescaleDB's HA docker container: * timescale/timescaledb-docker-ha/pull/442 * timescale/timescaledb-docker-ha/pull/459 and with the introduction of the `ImageCatalog` feature it's now possible to run...

chart( cluster )

Add support for: `mode: replica` in the cluster chart.

chart( cluster )

Hello! Please clarify what it means that the operator chart is supporting "only the latest point release of the CloudNativePG operator". I see that the chart repository contains multiple chart...

chart( operator )