Skip to content

Commit

Permalink
BC-7461 - upgrade mongodb to version 6 (#889)
Browse files Browse the repository at this point in the history
* change devcluster locally to MongoDB V6
---------

Co-authored-by: MartinSchuhmacher <[email protected]>
  • Loading branch information
virgilchiriac and MartinSchuhmacher authored Jul 10, 2024
1 parent d2234e8 commit cd0e1f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/develop/dof_mongo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
MONGO_IMAGE_NAME: mongo
MONGO_IMAGE_TAG: 5.0.26
MONGO_IMAGE_TAG: 6.0.16
MONGO_EXPORTER_IMAGE_NAME: percona/mongodb_exporter
MONGO_EXPORTER_IMAGE_TAG: 0.39
2 changes: 1 addition & 1 deletion ansible/group_vars/infra/dof_mongo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
MONGO_IMAGE_NAME: mongo
MONGO_IMAGE_TAG: 5.0.26
MONGO_IMAGE_TAG: 6.0.16
MONGO_EXPORTER_IMAGE_NAME: percona/mongodb_exporter
MONGO_EXPORTER_IMAGE_TAG: 0.39
2 changes: 1 addition & 1 deletion ansible/group_vars/loadtest/dof_mongo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
MONGO_IMAGE_NAME: mongo
MONGO_IMAGE_TAG: 5.0.26
MONGO_IMAGE_TAG: 6.0.16
MONGO_EXPORTER_IMAGE_NAME: percona/mongodb_exporter
MONGO_EXPORTER_IMAGE_TAG: 0.39

0 comments on commit cd0e1f7

Please sign in to comment.