diff --git a/bitnami/postgresql/CHANGELOG.md b/bitnami/postgresql/CHANGELOG.md index de427c7c99..1f7bab6a91 100644 --- a/bitnami/postgresql/CHANGELOG.md +++ b/bitnami/postgresql/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 16.3.1 (2024-12-12) +## 16.3.2 (2024-12-16) -* [bitnami/postgresql] Add Storage Class Configuration to Templates ([#30858](https://github.com/bitnami/charts/pull/30858)) +* [bitnami/postgresql] Release 16.3.2 ([#31060](https://github.com/bitnami/charts/pull/31060)) + +## 16.3.1 (2024-12-13) + +* [bitnami/postgresql] Add Storage Class Configuration to Templates (#30858) ([b0d2c2e](https://github.com/bitnami/charts/commit/b0d2c2e53c9033d3827597c561931fbb331eb99b)), closes [#30858](https://github.com/bitnami/charts/issues/30858) ## 16.3.0 (2024-12-10) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 66ce513dea..fe74c90e8b 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r33 + image: docker.io/bitnami/os-shell:12-debian-12-r34 - name: postgres-exporter - image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r1 + image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r2 - name: postgresql - image: docker.io/bitnami/postgresql:17.2.0-debian-12-r2 + image: docker.io/bitnami/postgresql:17.2.0-debian-12-r3 apiVersion: v2 appVersion: 17.2.0 dependencies: @@ -35,4 +35,4 @@ maintainers: name: postgresql sources: - https://github.com/bitnami/charts/tree/main/bitnami/postgresql -version: 16.3.1 +version: 16.3.2 diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 38c4aac472..bdd100ccdb 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -115,7 +115,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/postgresql - tag: 17.2.0-debian-12-r2 + tag: 17.2.0-debian-12-r3 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1587,7 +1587,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r33 + tag: 12-debian-12-r34 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -1696,7 +1696,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.16.0-debian-12-r1 + tag: 0.16.0-debian-12-r2 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.