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

Hi everyone, The database-ping-test fails when i set the value of the database different from the owner in the initdb configuration. Following is my configuration for cluster chart, I am...

chart( cluster )

implements: https://github.com/cloudnative-pg/charts/issues/354

chart( cluster )

Allow to customize resources as supported at https://cloudnative-pg.io/documentation/1.20/cloudnative-pg.v1/#postgresql-cnpg-io-v1-PoolerMonitoringConfiguration

chart( cluster )

Hi all It would be great if additional roles (set in Cluster .spec.managed.roles) would automatically create a credential secret. The same thing is already working for the superuser and the...

chart( cluster )

As per title, because of this issue https://github.com/cloudnative-pg/cloudnative-pg/issues/2466 if you try to deploy cloudnative-pg with an umbrella chart like this: ``` apiVersion: v2 name: cnpg-operator description: Install cloudnative-pg-operator type: application...

chart( operator )

Section for replication slots is missing in cluster chart https://cloudnative-pg.io/documentation/1.20/replication/#replication-slots-for-high-availability

chart( cluster )

Hi, When deploying the helm chart with mutating webhook disabled: ``` webhook: mutating: create: false ``` I get an error: ``` {"level":"error","ts":"2024-07-30T13:33:16Z","logger":"setup","msg":"unable to setup PKI infrastructure","error":"mutatingwebhookconfigurations.admissionregistration.k8s.io \"cnpg-mutating-webhook-configuration\" not found","stacktrace":"github.com/cloudnative-pg/cloudnative-pg/pkg/management/log.(*logger).Error\n\tpkg/management/log/log.go:125\ngithub.com/cloudnative-pg/cloudnative-pg/internal/cmd/manager/controller.ensurePKI\n\tinternal/cmd/manager/controller/controller.go:380\ngithub.com/cloudnative-pg/cloudnative-pg/internal/cmd/manager/controller.RunController\n\tinternal/cmd/manager/controller/controller.go:222\ngithub.com/cloudnative-pg/cloudnative-pg/internal/cmd/manager/controller.NewCmd.func1\n\tinternal/cmd/manager/controller/cmd.go:40\ngithub.com/spf13/cobra.(*Command).execute\n\tpkg/mod/github.com/spf13/[email protected]/command.go:983\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tpkg/mod/github.com/spf13/[email protected]/command.go:1115\ngithub.com/spf13/cobra.(*Command).Execute\n\tpkg/mod/github.com/spf13/[email protected]/command.go:1039\nmain.main\n\tcmd/manager/main.go:66\nruntime.main\n\t/opt/hostedtoolcache/go/1.22.4/x64/src/runtime/proc.go:271"} ```...

chart( operator )

The ClusterRoles created by the cloudnative-pg chart are currently missing ImageCatalog and ClusterImageCatalog resources. This pr fixes that.

chart( operator )

Currently the `recovery` mode does not set the `database`, `owner` or `secret` keys documented in https://cloudnative-pg.io/documentation/1.24/recovery/#configure-the-application-database This results in the operator defaulting to `app:app`. Which works fine if the source...

Given that now CNPG is officially a CNCF project we must update the attribution information for contributions to the project by following the CNCF convention on attributions: ``` # #...