postgres-operator
postgres-operator copied to clipboard
Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
Is there a way to enable verbose logging for pgbouncer ?
This PR adds actions to publish the `postgres-operator` and `postgres-opeator-ui` helm charts to the github container registry
No releases since december 2024 Here is information from the maintainer (@hughcapet) about Spilo aliveness: https://github.com/zalando/spilo/issues/1131#issuecomment-2956743312 Since the Postgres Operator depends on Spilo, should we expect this project to be...
The latest Spilo version is spilo-16:3.3-p1. spilo-16 was built built 6 months ago. The minor versions of postgres managed by this image have the following CVEs: CVE-2024-10979 CVE-2024-10978 CVE-2024-10977 What...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** `ghcr.io/zalando/postgres-operator:v1.14.0` - **Where do you...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** ghcr.io/zalando/postgres-operator:v1.14.0 After updating to postgres-operator...
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
This change introduces the ability to specify additional command-line arguments for the Postgres Operator via the "extraArgs" field in values.yaml. Documentation has been updated with details on new arguments "-kubeqps"...
Instead of doing a string compare on the username, check the actual namespace of the user to determine if an owner reference can be created. I believe this should fix...
## Environment Information - **Which image of the operator are you using?** master branch - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** Bare Metal K8s...