diff --git a/installation/docker/docker-compose.postgresql-override.yaml b/installation/docker/docker-compose.postgresql-override.yaml index b6548f03a..3539915c5 100644 --- a/installation/docker/docker-compose.postgresql-override.yaml +++ b/installation/docker/docker-compose.postgresql-override.yaml @@ -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" diff --git a/installation/kubernetes/helm/vmclarity/README.md b/installation/kubernetes/helm/vmclarity/README.md index 0ffb154f9..239e8339a 100644 --- a/installation/kubernetes/helm/vmclarity/README.md +++ b/installation/kubernetes/helm/vmclarity/README.md @@ -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 | diff --git a/installation/kubernetes/helm/vmclarity/values.yaml b/installation/kubernetes/helm/vmclarity/values.yaml index 91cdc3d19..f133deb92 100644 --- a/installation/kubernetes/helm/vmclarity/values.yaml +++ b/installation/kubernetes/helm/vmclarity/values.yaml @@ -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