diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index a175d8d675..3cbdf5b413 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -40,4 +40,4 @@ maintainers: name: postgresql-ha sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha -version: 14.0.3 +version: 14.0.4 diff --git a/bitnami/postgresql-ha/templates/pgpool/deployment.yaml b/bitnami/postgresql-ha/templates/pgpool/deployment.yaml index 255b158ca4..50b8974f2b 100644 --- a/bitnami/postgresql-ha/templates/pgpool/deployment.yaml +++ b/bitnami/postgresql-ha/templates/pgpool/deployment.yaml @@ -423,7 +423,7 @@ spec: secret: secretName: {{ include "postgresql-ha.postgresqlSecretName" . }} items: - - key: postgresql-password + - key: password path: pgpool-password - key: repmgr-password path: pgpool-sr-check-password