From d0f6b90b97537391b6c3cbbc8f8f0da2c9818f2f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 9 Jan 2024 11:01:33 +0100 Subject: [PATCH] [bitnami/postgresql] Release 13.2.28 updating components versions (#21902) Signed-off-by: Bitnami Containers --- bitnami/postgresql/Chart.yaml | 4 ++-- bitnami/postgresql/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index f9f0fac965..001c96011c 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: postgres-exporter image: docker.io/bitnami/postgres-exporter:0.15.0-debian-11-r4 - name: postgresql - image: docker.io/bitnami/postgresql:16.1.0-debian-11-r18 + image: docker.io/bitnami/postgresql:16.1.0-debian-11-r19 apiVersion: v2 appVersion: 16.1.0 dependencies: @@ -35,4 +35,4 @@ maintainers: name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 13.2.27 +version: 13.2.28 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index aa62e42379..f266c3bf77 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -98,7 +98,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 16.1.0-debian-11-r18 + tag: 16.1.0-debian-11-r19 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'