percona-postgresql-operator
percona-postgresql-operator copied to clipboard
Percona Operator for PostgreSQL
**CHANGE DESCRIPTION** --- **Problem:** The repo host env vars and sidecars were not configurable. **Solution:** This PR simply adds support for env vars and sidecars in the Postgres CRD. Changes...
[](https://jira.percona.com/browse/K8SPG-728) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **CHANGE DESCRIPTION** --- **Problem:** *Extensions storage was not compatible with MinIO due to incorrect S3 configuration.* **Cause:** *The S3 client did not force path-style addressing, and SSL verification...
[](https://jira.percona.com/browse/K8SPG-729) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) https://perconadev.atlassian.net/browse/K8SPG-729 **CHANGE DESCRIPTION** --- **Problem:** *Short explanation of the problem.* **Cause:** *Short explanation of the root cause of the issue if applicable.* **Solution:** *Short explanation of the solution...
### Proposal Under the cr.yml reference, there is no options to add another volume to sidecars or instances, for example to add a shared emptyDir volume for logs ingestion? ###...
### Proposal At the moment, the operator creates only one user __crunchypgbouncer_ in the users.txt file for PgBouncer. We would benefit from being able to create our own users with...
[](https://jira.percona.com/browse/CLOUD-727) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. Release notes Sourced from golangci/golangci-lint-action's releases. v8.0.0 Requires golangci-lint version >= v2.1.0 What's Changed Changes feat: use absolute paths by default when...
### Report Ldaps authentication not working in the version 2.6.0 because the postgresql cannot connect to the ldap server. ### More about the problem When user want to sign in...
[](https://jira.percona.com/browse/K8SPG-778) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **CHANGE DESCRIPTION** --- **Problem:** *Short explanation of the problem.* **Cause:** *Short explanation of the root cause of the issue if applicable.* **Solution:** *Short explanation of the solution we...
### Report Operator allows to specify default images via `RELATED_IMAGE_POSTGRES_*` env variables, to not require users to define `spec.image` by themselves. When creating a new cluster operator tries to do...
### Report When a resource is missing `spec.crVersion` property operator panics when scheduling a cron backup. Expected result: - Either set `crVersion` mandatory on the CRD side so no cluster...