Skip to content

Commit

Permalink
fix(postgres): update postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
fagomezra committed Mar 8, 2023
1 parent 8462d17 commit a72f2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- ${WALLET_DATA}:/opt/application/data
postgres:
container_name: '${STAGE}-${APP_NAME}-postgres'
image: postgres:13.5-alpine
image: postgres:13.10-alpine
ports:
- '5432:5432'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/postgres-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
imagePullSecrets:
- name: regcred
containers:
- image: postgres:13.3-alpine
- image: postgres:13.10-alpine
imagePullPolicy: "Always"
resources:
requests:
Expand Down

0 comments on commit a72f2a2

Please sign in to comment.