Skip to content

Commit

Permalink
Update Docker image docker.io/library/postgres
Browse files Browse the repository at this point in the history
Signed-off-by: Zee Aslam <h3mmy@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent 82853a4 commit 1d89bbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
customConfig: authentik-postgres-conf
replicas: 1
image: docker.io/library/postgres:15.8
image: docker.io/library/postgres:17.0
database:
size: 10Gi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/home/emqx/db-emqx/emqx-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
customConfig: emqx-postgres-conf
replicas: 1
image: docker.io/library/postgres:15
image: docker.io/library/postgres:17
database:
size: 256Mi
storageClassName: ceph-block
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/home/home-assistant/db/db-home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
customConfig: hass-postgres-conf
replicas: 1
image: docker.io/library/postgres:15
image: docker.io/library/postgres:17
database:
size: 10Gi
storageClassName: ceph-block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
customConfig: blocky-postgres-conf
replicas: 1
image: docker.io/library/postgres:15
image: docker.io/library/postgres:17
scheduler:
affinity:
podAntiAffinity:
Expand Down

0 comments on commit 1d89bbc

Please sign in to comment.