charts
charts copied to clipboard
CloudNativePG Helm Charts
I try to install operator with helm and default values, but get: ``` {"level":"info","ts":"2025-03-20T12:20:02.331028828Z","logger":"setup","msg":"Starting CloudNativePG Operator","version":"1.25.1","build":{"Version":"1.25.1","Commit":"c56e00d4","Date":"2025-02-28"}} {"level":"info","ts":"2025-03-20T12:20:02.331722123Z","logger":"setup","msg":"Listening for changes on all namespaces"} {"level":"info","ts":"2025-03-20T12:20:02.334366599Z","logger":"setup","msg":"Loading configuration from ConfigMap","namespace":"cnpg","name":"cnpg-controller-manager-config"} {"level":"info","ts":"2025-03-20T12:20:02.520118476Z","logger":"setup","msg":"Operator configuration loaded","configuration":{"webhookCertDir":"","pluginSocketDir":"/plugins","watchNamespace":"","operatorNamespace":"cnpg","operatorPullSecretName":"cnpg-pull-secret","operatorImageName":"ghcr.io/cloudnative-pg/cloudnative-pg:1.25.1","postgresImageName":"ghcr.io/cloudnative-pg/postgresql:17.4","inheritedAnnotations":null,"inheritedLabels":null,"monitoringQueriesConfigmap":"cnpg-default-monitoring","monitoringQueriesSecret":"","enableInstanceManagerInplaceUpdates":false,"enableAzurePVCUpdates":false,"certificateDuration":90,"expiringCheckThreshold":7,"createAnyService":false,"clustersRolloutDelay":0,"instancesRolloutDelay":0,"includePlugins":""}} {"level":"info","ts":"2025-03-20T12:20:02.529122845Z","logger":"setup","msg":"Kubernetes...
We have restriction in our cluster on the workload privileges. When a cluster is created , the ping test job (from templates/test/ping.yaml) is created automatically and is run with privileged...
Hi @itay-grudev, could you please add a new release for the cluster helm chart with the newer chart version? Import recovery mode [was added](https://github.com/cloudnative-pg/charts/pull/475/files/535b34fb5e2239bee64731b1d2303f4f95a5bb71) to the chart, README.md [Values](https://github.com/cloudnative-pg/charts/blob/main/charts/cluster/README.md#values) were...
I am trying to set up daily backups for my PostgreSQL database using DigitalOcean Spaces (S3-compatible storage). However, the backup process fails with the following error: ``` {"level":"error","ts":"2025-03-17T12:00:28.666542951Z","logger":"barman","msg":"Can't extract backup...
I added 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...
## Summary of Changes ### New Backup Options This pull request introduces two new backup options to the chart: `volumeSnapshot` and `plugin`. These options provide additional flexibility for configuring backups...
The PostgreSQL DBA team lacks Kubernetes cluster admin access, making it impossible to install and manage the CNPG operator at the cluster scope. The requirement is to deploy the operator...
The readme states that poolers can have a ServiceTemplateSpec defined under `template`, however this is where the PodTemplateSpec is supposed to go. When trying to specify a service template, CNPG...
I get this error Error: execution error at (cluster/templates/cluster.yaml:132:5): You need to specify S3 region if endpointURL is not specified. helm.go:86: 2025-03-08 18:51:19.153483 +0300 MSK m=+0.210108334 [debug] execution error at...