Skip to content

Commit

Permalink
upgrade mongo to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
billy clark committed Oct 7, 2022
1 parent b5280eb commit 368e067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/deployment/db-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: db
image: mongo:4.0
image: mongo:4.2
# https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ services:
command: sh -c "postconf -e 'default_transport = retry:no outbound email allowed' && /run.sh"

db:
image: mongo:4.0
image: mongo:4.2
container_name: lf-db
ports:
# exposed this to host for admin tools
Expand Down

0 comments on commit 368e067

Please sign in to comment.