Skip to content

Commit

Permalink
Update postgres version to 15 (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Nov 12, 2023
1 parent 65315a6 commit b34dc08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion containers/docker/pwpush-postgres/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'

services:
postgres:
image: docker.io/postgres:10
image: docker.io/postgres:15
volumes:
- /var/lib/postgresql/data:/var/lib/postgresql/data
ports:
Expand Down
2 changes: 1 addition & 1 deletion containers/docker/pwpush/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.1'

services:
postgres:
image: docker.io/postgres:10
image: docker.io/postgres:15
volumes:
- /var/lib/postgresql/data:/var/lib/postgresql/data
ports:
Expand Down
2 changes: 1 addition & 1 deletion containers/kubernetes/persistent_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- image: docker.io/postgres:10
- image: docker.io/postgres:15
imagePullPolicy: Always
name: postgres
env:
Expand Down

0 comments on commit b34dc08

Please sign in to comment.