[bitnami/postgresql-ha] Fix authentication and add configuration options to backup cronjob (#29865)

* [bitnami/postgresql-ha] Add configuration options to backup cronjob

- extraEnvVars
- extraEnvVarsCM
- extraEnvVarsSecret
- extraVolumes
- extraVolumeMounts

Signed-off-by: Luis Morgenstern <luis.morgenstern@isg-stuttgart.de>

* [bitnami/postgresql-ha] Fix backup authentication

- Generate correct secret name for password
- Change from default user to admin (username "postgres")

Signed-off-by: Luis Morgenstern <luis.morgenstern@isg-stuttgart.de>

* [bitnami/postgresql-ha] Bump chart version

Signed-off-by: Luis Morgenstern <luis.morgenstern@isg-stuttgart.de>

* [bitnami/postgresql-ha] Use correct secret variable in backup cronjob

Signed-off-by: Luis Morgenstern <luis.morgenstern@isg-stuttgart.de>

* [bitnami/postgresql-ha] Bump chart version

Signed-off-by: Luis Morgenstern <luis.morgenstern@isg-stuttgart.de>

* [bitnami/postgresql-ha] Fix parameter description in values.yaml

Signed-off-by: Luis Morgenstern <luis.morgenstern@isg-stuttgart.de>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Luis Morgenstern <luis.morgenstern@isg-stuttgart.de>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Luis Morgenstern
2024-10-16 13:08:52 +02:00
committed by GitHub
parent 1478868d77
commit e3f42102a2
6 changed files with 66 additions and 10 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 14.2.34 (2024-10-10)
## 14.3.0 (2024-10-15)
* [bitnami/postgresql-ha] Release 14.2.34 ([#29858](https://github.com/bitnami/charts/pull/29858))
* [bitnami/postgresql-ha] Fix authentication and add configuration options to backup cronjob ([#29865](https://github.com/bitnami/charts/pull/29865))
## <small>14.2.34 (2024-10-10)</small>
* [bitnami/postgresql-ha] Release 14.2.34 (#29858) ([605e68f](https://github.com/bitnami/charts/commit/605e68f43db220bb43800682631ddaf9c42fdf97)), closes [#29858](https://github.com/bitnami/charts/issues/29858)
## <small>14.2.33 (2024-10-04)</small>