Skip to content

Commit

Permalink
[bitnami/postgresql] Release 16.4.2 (#31342)
Browse files Browse the repository at this point in the history
* [bitnami/postgresql] Release 16.4.2 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Jan 13, 2025
1 parent 30c2b39 commit 946b638
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
8 changes: 6 additions & 2 deletions bitnami/postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 16.4.1 (2025-01-13)
## 16.4.2 (2025-01-13)

* Dynamic assignment of custom schema name if defined in update-password job ([#31146](https://github.com/bitnami/charts/pull/31146))
* [bitnami/postgresql] Release 16.4.2 ([#31342](https://github.com/bitnami/charts/pull/31342))

## <small>16.4.1 (2025-01-13)</small>

* Dynamic assignment of custom schema name if defined in update-password job (#31146) ([364ac45](https://github.com/bitnami/charts/commit/364ac45ea6a20b693662b14a17122885f4e43364)), closes [#31146](https://github.com/bitnami/charts/issues/31146)

## <small>16.3.5 (2025-01-03)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/postgresql/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74
generated: "2024-12-10T17:23:28.154759+01:00"
version: 2.29.0
digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
generated: "2025-01-13T18:24:56.658907295Z"
8 changes: 4 additions & 4 deletions bitnami/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r34
image: docker.io/bitnami/os-shell:12-debian-12-r35
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r2
image: docker.io/bitnami/postgres-exporter:0.16.0-debian-12-r3
- name: postgresql
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r5
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r6
apiVersion: v2
appVersion: 17.2.0
dependencies:
Expand All @@ -35,4 +35,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
version: 16.4.1
version: 16.4.2
6 changes: 3 additions & 3 deletions bitnami/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 17.2.0-debian-12-r5
tag: 17.2.0-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1587,7 +1587,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r34
tag: 12-debian-12-r35
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1696,7 +1696,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/postgres-exporter
tag: 0.16.0-debian-12-r2
tag: 0.16.0-debian-12-r3
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 946b638

Please sign in to comment.