Skip to content

Commit

Permalink
feat: update postgres version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
njuguna-n authored Sep 2, 2024
1 parent af115dd commit 8bf1e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/cht_sync/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: postgres-c
image: postgres:13
image: postgres:16
resources:
limits:
cpu: {{ (.Values.postgres).cpu_limit | default "1000m" }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.postgres.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:13
image: postgres:16
restart: always
ports:
- 5432:5432
Expand Down

0 comments on commit 8bf1e84

Please sign in to comment.