Skip to content

Commit 5116c55

Browse files
Julien-BenMaciejKaras
authored andcommitted
Add mongosh 2.5.3 to fix om remotemode failing test
1 parent 3d4f7b0 commit 5116c55

File tree

1 file changed

+9
-0
lines changed
  • docker/mongodb-kubernetes-tests/tests/opsmanager/fixtures/remote_fixtures

1 file changed

+9
-0
lines changed

docker/mongodb-kubernetes-tests/tests/opsmanager/fixtures/remote_fixtures/nginx.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,15 @@ spec:
117117
volumeMounts:
118118
- name: mongosh-versions
119119
mountPath: /mongodb-ops-manager/mongodb-releases/compass
120+
- name: setting-up-mongosh-2-5-3
121+
image: curlimages/curl:latest
122+
command:
123+
- sh
124+
- -c
125+
- curl -LO https://downloads.mongodb.com/compass/mongosh-2.5.3-linux-x64-openssl11.tgz --output-dir /mongodb-ops-manager/mongodb-releases/compass && true
126+
volumeMounts:
127+
- name: mongosh-versions
128+
mountPath: /mongodb-ops-manager/mongodb-releases/compass
120129

121130
restartPolicy: Always
122131
securityContext: {}

0 commit comments

Comments
 (0)