diff --git a/chart/test/test.yaml b/chart/test/test.yaml index c01b7c7b26..1add7c53f8 100644 --- a/chart/test/test.yaml +++ b/chart/test/test.yaml @@ -34,6 +34,10 @@ crawler_channels: - id: test image: "docker.io/webrecorder/browsertrix-crawler:latest" + +mongo_image: "docker.io/library/mongo:8.0" + + mongo_auth: # specify either username + password (for local mongo) username: root