Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

chore(deps): update docker.io/bitnami/postgresql docker tag to v16.4.0-debian-12-r2 #2001

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgresql:
image: ${VMCLARITY_POSTGRESQL_CONTAINER_IMAGE:-docker.io/bitnami/postgresql:16.3.0-debian-12-r23}
image: ${VMCLARITY_POSTGRESQL_CONTAINER_IMAGE:-docker.io/bitnami/postgresql:16.4.0-debian-12-r2}
env_file: ./postgres.env
ports:
- "5432:5432"
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ postgresql:
# -- Postgresql container repository
repository: bitnami/postgresql
# -- Postgresql container tag
tag: 16.3.0-debian-12-r23
tag: 16.4.0-debian-12-r2
# -- Postgresql image digest. If set will override the tag.
digest: ""
# -- Postgresql container image pull policy
Expand Down
Loading