Skip to content

Commit 0f30651

Browse files
authored
CI: use Mongo 8 for testing (#3019)
- we use mongo 8 in production already - perhaps will lead to better performance? - should eventually upgrade base image, but need to add migration first (see: #2878)
1 parent 6febd22 commit 0f30651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chart/test/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ crawler_channels:
3434
- id: test
3535
image: "docker.io/webrecorder/browsertrix-crawler:latest"
3636

37+
38+
mongo_image: "docker.io/library/mongo:8.0"
39+
40+
3741
mongo_auth:
3842
# specify either username + password (for local mongo)
3943
username: root

0 commit comments

Comments
 (0)