Skip to content

Commit

Permalink
persist mongo db version (#86)
Browse files Browse the repository at this point in the history
* persist mongo db version
  • Loading branch information
havtro authored Jan 13, 2025
1 parent dfb935d commit 2bdeeac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3.9'
services:
mongo-db:
image: mongo:6
#image: mongo:5
image: mongo:8
container_name: mongo-db
volumes:
- ./docker-mounts/mongo/db/:/data/db
Expand Down
2 changes: 1 addition & 1 deletion nais/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ingress:
- https://vera.intern.dev.nav.no
serviceAccount: vera-aura-agdktcq@nais-dev-2e7b.iam.gserviceaccount.com
mongoimage: mongo:5
mongoimage: mongo:8
2 changes: 1 addition & 1 deletion nais/prod.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ingress:
- https://vera.intern.nav.no
mongoimage: mongo:4
mongoimage: mongo:8

0 comments on commit 2bdeeac

Please sign in to comment.