diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index aac573b596..102d72de04 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -10,9 +10,9 @@ annotations: - name: postgres-exporter image: docker.io/bitnami/postgres-exporter:0.15.0-debian-11-r2 - name: postgresql - image: docker.io/bitnami/postgresql:16.0.0-debian-11-r16 + image: docker.io/bitnami/postgresql:16.1.0-debian-11-r0 apiVersion: v2 -appVersion: 16.0.0 +appVersion: 16.1.0 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -35,4 +35,4 @@ maintainers: name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 13.2.4 +version: 13.2.5 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index aafa872c40..47352ccc71 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.0.0-debian-11-r16 + tag: 16.1.0-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'