[bitnami/postgresql] Allow backup pod to use DNS (#25534)

* Allow backup pod to use DNS

Signed-off-by: Aaron Reisman <aaron@reisman.org>

* Bump version

Signed-off-by: Aaron Reisman <aaron@reisman.org>

* Update Chart.yaml

Signed-off-by: Andrés Bono <andresbono@vmware.com>

---------

Signed-off-by: Aaron Reisman <aaron@reisman.org>
Signed-off-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
pixil98
2024-05-13 03:26:10 -05:00
committed by GitHub
parent afae1d2cf4
commit 960550afa5
2 changed files with 5 additions and 1 deletions

View File

@@ -35,4 +35,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
version: 15.2.12
version: 15.2.13

View File

@@ -25,4 +25,8 @@ spec:
- ports:
- port: 5432
protocol: TCP
- port: 53
protocol: TCP
- port: 53
protocol: UDP
{{- end }}