From 0955e6bbe03e82cb29466ef5adeed349748c1ec2 Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Thu, 2 May 2024 20:24:55 -0500 Subject: [PATCH 1/3] Allow backup pod to use DNS Signed-off-by: Aaron Reisman --- bitnami/postgresql/templates/backup/networkpolicy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bitnami/postgresql/templates/backup/networkpolicy.yaml b/bitnami/postgresql/templates/backup/networkpolicy.yaml index 0391ae5645906e..21e1add862c9e6 100644 --- a/bitnami/postgresql/templates/backup/networkpolicy.yaml +++ b/bitnami/postgresql/templates/backup/networkpolicy.yaml @@ -25,4 +25,8 @@ spec: - ports: - port: 5432 protocol: TCP + - port: 53 + protocol: TCP + - port: 53 + protocol: UDP {{- end }} From f8e0bf1fdd55ec6a47f7a4d44de2663e36dc5980 Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Wed, 8 May 2024 23:23:43 -0500 Subject: [PATCH 2/3] Bump version Signed-off-by: Aaron Reisman --- bitnami/postgresql/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 71b77e83454644..047011dc2a9fe3 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -30,9 +30,9 @@ keywords: - replication - cluster maintainers: -- name: Broadcom, Inc. All Rights Reserved. - url: https://github.com/bitnami/charts + - name: Broadcom, Inc. All Rights Reserved. + url: https://github.com/bitnami/charts name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 15.2.9 +version: 15.2.10 From 0ea4da2936fc50dcfb924b495c0b2100a7e6a1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Mon, 13 May 2024 09:57:30 +0200 Subject: [PATCH 3/3] Update Chart.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Bono --- bitnami/postgresql/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 83e974810a1f0d..ee45b5b85d711d 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -34,4 +34,5 @@ maintainers: url: https://github.com/bitnami/charts name: postgresql sources: +- https://github.com/bitnami/charts/tree/main/bitnami/postgresql version: 15.2.13