Marius Boden
Marius Boden
Use unprivileged nginx to support arbitrarily assigned user ID to be able to run the image e.g. on Red Hat Openshift ### Description The dockerfile uses the `nginxinc/nginx-unprivileged` image instead...
## 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...
This pull request introduces concurrency settings to multiple GitHub Actions workflows to prevent overlapping runs and ensure that only the latest run is processed. The most important changes include the...
The operator supports backups using volumesnapshots (see [docs](https://cloudnative-pg.io/documentation/1.25/backup_volumesnapshot/)). Currently this is not supported using the cluster chart as the backup section is entirely limited to using barman object store. Extend...
When setting up the operator using the chart 0.22.1 from the helm repo the clusterWide feature is not included, although it should be. Using the oci registry works. ## Example...