fix: add srCheckPassword param to support new postgresql-ha stream replication check requirements #894

Merged
pat-s merged 2 commits from jadedeane/helm-gitea:main into main 2025-06-27 13:32:42 +00:00
Contributor

Add new 'srCheckPassword' postgresql-ha value to support new postgresql-ha stream replication check requirements

Per Bitnami's documentation, a new 'sr_check_user' now exists for the purpose of pgpool preforming stream replication checking.

Benefits

This change allows customizing that role's password by overriding Bitnami's chart value.

Possible drawbacks

None that I'm aware of.

Applicable issues

Additional information

Per #888, the Bitnami PR where customizable stream reapplication check credentials were introduced is https://github.com/bitnami/charts/pull/33552

Checklist

  • Parameters are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Helm templating unittests are added (required when changing anything in templates folder)
### Add new 'srCheckPassword' postgresql-ha value to support new postgresql-ha stream replication check requirements Per Bitnami's [documentation](https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha#to-1600), a new 'sr_check_user' now exists for the purpose of pgpool preforming stream replication checking. ### Benefits This change allows customizing that role's password by overriding Bitnami's chart value. ### Possible drawbacks None that I'm aware of. ### Applicable issues - Fixes #888 ### Additional information Per #888, the Bitnami PR where customizable stream reapplication check credentials were introduced is https://github.com/bitnami/charts/pull/33552 ### Checklist <!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] --> - [x] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [x] Helm templating unittests are added (required when changing anything in `templates` folder)
jadedeane added 2 commits 2025-06-26 19:18:01 +00:00
fix: incorrect secret name in unit test
Some checks failed
check-and-test / check-and-test (pull_request) Successful in 39s
commitlint / check-and-test (pull_request) Has been cancelled
8f88e17a57
jadedeane requested review from pat-s 2025-06-26 19:30:04 +00:00
pat-s approved these changes 2025-06-27 13:31:51 +00:00
pat-s left a comment
Collaborator

LGTM, thanks!

LGTM, thanks!
pat-s changed title from feat: add 'srCheckPassword' to support new postgresql-ha stream replication check requirements to feat: add `srCheckPassword` param to support new postgresql-ha stream replication check requirements 2025-06-27 13:32:14 +00:00
pat-s changed title from feat: add `srCheckPassword` param to support new postgresql-ha stream replication check requirements to fix: add `srCheckPassword` param to support new postgresql-ha stream replication check requirements 2025-06-27 13:32:29 +00:00
pat-s merged commit aa7ccb47ba into main 2025-06-27 13:32:42 +00:00
Sign in to join this conversation.
No description provided.