mirror of
https://github.com/bitnami/charts.git
synced 2026-04-01 06:47:23 +08:00
[bitnami/postgresql-ha] PGPOOL_POSTGRES_PASSWORD mapping from postgres-password (#32857)
* [bitnami/postgresql-ha] PGPOOL_POSTGRES_PASSWORD mapping from postgres-password * Update CHANGELOG.md --------- Signed-off-by: Rostislav Stříbrný <Rostislav.Stribrny@gmail.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> Co-authored-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
e2d772407d
commit
ac50a71cbf
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 16.0.14 (2025-06-13)
|
||||
## 16.0.15 (2025-06-25)
|
||||
|
||||
* [bitnami/postgresql-ha] :zap: :arrow_up: Update dependency references ([#34486](https://github.com/bitnami/charts/pull/34486))
|
||||
* [bitnami/postgresql-ha] PGPOOL_POSTGRES_PASSWORD mapping from postgres-password ([#32857](https://github.com/bitnami/charts/pull/32857))
|
||||
|
||||
## <small>16.0.14 (2025-06-13)</small>
|
||||
|
||||
* [bitnami/postgresql-ha] :zap: :arrow_up: Update dependency references (#34486) ([61f65fb](https://github.com/bitnami/charts/commit/61f65fbbe03ea94d2dae41b9ef1c7279e9384a8b)), closes [#34486](https://github.com/bitnami/charts/issues/34486)
|
||||
|
||||
## <small>16.0.13 (2025-06-12)</small>
|
||||
|
||||
|
||||
@@ -43,4 +43,4 @@ maintainers:
|
||||
name: postgresql-ha
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
|
||||
version: 16.0.14
|
||||
version: 16.0.15
|
||||
|
||||
@@ -227,7 +227,11 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ include "postgresql-ha.postgresqlSecretName" . }}
|
||||
{{- if not (eq (include "postgresql-ha.postgresqlUsername" .) "postgres") }}
|
||||
key: postgres-password
|
||||
{{- else }}
|
||||
key: password
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
- name: PGPOOL_ADMIN_USERNAME
|
||||
value: {{ (include "postgresql-ha.pgpoolAdminUsername" .) | quote }}
|
||||
|
||||
Reference in New Issue
Block a user