Skip to content
Snippets Groups Projects
Unverified Commit fc509048 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[E2E] Use Mongo 4.4 in tests (#28467)

Resolves #27885
parent 9774b894
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
mongo-sample:
image: metabase/qa-databases:mongo-sample-4.0
image: metabase/qa-databases:mongo-sample-4.4
ports:
- 27004:27017
credentials:
......
......@@ -13,7 +13,7 @@ import {
******************************************/
export function addMongoDatabase(name = "QA Mongo4") {
// https://hub.docker.com/layers/metabase/qa-databases/mongo-sample-4.0/images/sha256-3f568127248b6c6dba0b114b65dc3b3bf69bf4c804310eb57b4e3de6eda989cf
// https://hub.docker.com/layers/metabase/qa-databases/mongo-sample-4.4/images/sha256-8cdeaacf28c6f0a6f9fde42ce004fcc90200d706ac6afa996bdd40db78ec0305
addQADatabase("mongo", name, QA_MONGO_PORT);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment