Skip to content

Commit

Permalink
update postgres version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Oct 29, 2023
1 parent 2ed5c83 commit fb75818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.4"

services:
db:
image: postgres:14
image: postgres:16
restart: always
ports:
- "${DB_PORT}:5432"
Expand Down
2 changes: 1 addition & 1 deletion processor-chart/templates/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
configMapKeyRef:
key: DB_USER
name: env
image: postgres:12
image: postgres:16
name: processor-db
ports:
- containerPort: 5432
Expand Down

0 comments on commit fb75818

Please sign in to comment.