From b4d55f94b044260f6bc1fe2a53418ff1a7cf68cd Mon Sep 17 00:00:00 2001 From: Jared Dickson Date: Fri, 17 May 2024 16:08:26 -0400 Subject: [PATCH 1/2] Fix typo Signed-off-by: Jared Dickson --- bitnami/postgresql-ha/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/postgresql-ha/templates/NOTES.txt b/bitnami/postgresql-ha/templates/NOTES.txt index cae80e86d8f23e..dc2b96d74c6dd6 100644 --- a/bitnami/postgresql-ha/templates/NOTES.txt +++ b/bitnami/postgresql-ha/templates/NOTES.txt @@ -57,7 +57,7 @@ Note: Since NetworkPolicy is enabled, only pods with label "{{ include "postgres {{- if and (.Values.pgpool.networkPolicy.enabled) (not .Values.pgpool.networkPolicy.allowExternal) }} -Note: Since NetworkPolicy is enabled, only pods with label "{{ include "postgresql-ha.pgppol" . }}-client=true" can access postgresql will be able to connect PgPool. +Note: Since NetworkPolicy is enabled, only pods with label "{{ include "postgresql-ha.pgpool" . }}-client=true" can access postgresql will be able to connect PgPool. {{- end }} From ba590c2c45d41c866bc1f9ccddc24913703aece1 Mon Sep 17 00:00:00 2001 From: Jared Dickson Date: Fri, 17 May 2024 16:10:03 -0400 Subject: [PATCH 2/2] Increment chart version Signed-off-by: Jared Dickson --- bitnami/postgresql-ha/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index ef1839fe4b33bf..a4dd3b9e1285f1 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.13 +version: 14.0.14