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

Commit

Permalink
chore(deps): update docker.io/bitnami/postgresql docker tag to v16.3.…
Browse files Browse the repository at this point in the history
…0-debian-12-r23 (#1972)

* chore(deps): update docker.io/bitnami/postgresql docker tag to v16.3.0-debian-12-r23

* docs: update helm docs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Catarina Paralta <[email protected]>
  • Loading branch information
renovate[bot] and paralta authored Aug 6, 2024
1 parent ae1e8f7 commit 51c48af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-r22}
image: ${VMCLARITY_POSTGRESQL_CONTAINER_IMAGE:-docker.io/bitnami/postgresql:16.3.0-debian-12-r23}
env_file: ./postgres.env
ports:
- "5432:5432"
Expand Down
2 changes: 1 addition & 1 deletion installation/kubernetes/helm/vmclarity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ secrets.
| postgresql.image.pullPolicy | string | `"IfNotPresent"` | Postgresql container image pull policy |
| postgresql.image.registry | string | `"docker.io"` | Postgresql container registry |
| postgresql.image.repository | string | `"bitnami/postgresql"` | Postgresql container repository |
| postgresql.image.tag | string | `"16.3.0-debian-12-r22"` | Postgresql container tag |
| postgresql.image.tag | string | `"16.3.0-debian-12-r23"` | Postgresql container tag |
| postgresql.podSecurityContext.enabled | bool | `true` | Pod security context enabled |
| postgresql.podSecurityContext.fsGroup | int | `1001` | Pod security context fsGroup |
| postgresql.resources.limits | object | `{}` | The resources limits for the postgresql containers |
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-r22
tag: 16.3.0-debian-12-r23
# -- Postgresql image digest. If set will override the tag.
digest: ""
# -- Postgresql container image pull policy
Expand Down

0 comments on commit 51c48af

Please sign in to comment.