File tree Expand file tree Collapse file tree 6 files changed +31
-5
lines changed
docker/mongodb-kubernetes-tests/tests/opsmanager/fixtures/remote_fixtures Expand file tree Collapse file tree 6 files changed +31
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ variables:
1515
1616 - &ops_manager_70_latest 7.0.23 # The order/index is important, since these are anchors. Please do not change
1717
18- - &ops_manager_80_latest 8.0.19 # The order/index is important, since these are anchors. Please do not change
18+ - &ops_manager_80_latest 8.0.20 # The order/index is important, since these are anchors. Please do not change
1919
2020 # The dependency unification between static and non-static is intentional here.
2121 # Even though some images are exclusive, in EVG they all are built once and in parallel.
Original file line number Diff line number Diff line change @@ -162,6 +162,8 @@ spec:
162162 value : " quay.io/mongodb/mongodb-agent:108.0.19.8941-1"
163163 - name : RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
164164 value : " quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
165+ - name : RELATED_IMAGE_AGENT_IMAGE_108_0_20_8953_1
166+ value : " quay.io/mongodb/mongodb-agent:108.0.20.8953-1"
165167 - name : RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
166168 value : " quay.io/mongodb/mongodb-agent:108.0.3.8758-1"
167169 - name : RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
@@ -236,6 +238,8 @@ spec:
236238 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.18"
237239 - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_19
238240 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.19"
241+ - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_20
242+ value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.20"
239243 # since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
240244 - name : RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
241245 value : " quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
Original file line number Diff line number Diff line change @@ -148,6 +148,17 @@ spec:
148148 volumeMounts :
149149 - name : mongosh-versions
150150 mountPath : /mongodb-ops-manager/mongodb-releases/compass
151+ - name : setting-up-mongosh-2-6-0
152+ image : curlimages/curl:latest
153+ securityContext :
154+ runAsUser : 1337 # workaround for init-container istio issue -> https://istio.io/latest/docs/setup/additional-setup/cni/#compatibility-with-application-init-containers
155+ command :
156+ - sh
157+ - -c
158+ - curl -LO https://downloads.mongodb.com/compass/mongosh-2.6.0-linux-x64-openssl11.tgz --output-dir /mongodb-ops-manager/mongodb-releases/compass && true
159+ volumeMounts :
160+ - name : mongosh-versions
161+ mountPath : /mongodb-ops-manager/mongodb-releases/compass
151162 restartPolicy : Always
152163 securityContext : { }
153164 terminationGracePeriodSeconds : 30
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ relatedImages:
6868 - 8.0.17
6969 - 8.0.18
7070 - 8.0.19
71+ - 8.0.20
7172 mongodb :
7273 - 4.4.0-ubi8
7374 - 4.4.1-ubi8
@@ -138,6 +139,7 @@ relatedImages:
138139 - 108.0.18.8921-1
139140 - 108.0.19.8941-1
140141 - 108.0.2.8729-1
142+ - 108.0.20.8953-1
141143 - 108.0.3.8758-1
142144 - 108.0.4.8770-1
143145 - 108.0.6.8796-1
Original file line number Diff line number Diff line change @@ -466,6 +466,8 @@ spec:
466466 value : " quay.io/mongodb/mongodb-agent:108.0.19.8941-1"
467467 - name : RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
468468 value : " quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
469+ - name : RELATED_IMAGE_AGENT_IMAGE_108_0_20_8953_1
470+ value : " quay.io/mongodb/mongodb-agent:108.0.20.8953-1"
469471 - name : RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
470472 value : " quay.io/mongodb/mongodb-agent:108.0.3.8758-1"
471473 - name : RELATED_IMAGE_AGENT_IMAGE_108_0_4_8770_1
@@ -540,6 +542,8 @@ spec:
540542 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.18"
541543 - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_19
542544 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.19"
545+ - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_20
546+ value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.20"
543547 # since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
544548 - name : RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
545549 value : " quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
Original file line number Diff line number Diff line change 11{
22 "mongodbToolsBundle" : {
3- "ubi" : " mongodb-database-tools-rhel88-x86_64-100.14.0 .tgz"
3+ "ubi" : " mongodb-database-tools-rhel88-x86_64-100.14.1 .tgz"
44 },
55 "mongodbOperator" : " 1.7.0" ,
66 "initDatabaseVersion" : " 1.7.0" ,
3030 },
3131 {
3232 "8" : {
33- "opsManagerVersion" : " 8.0.19 " ,
34- "agentVersion" : " 108.0.19.8941 -1"
33+ "opsManagerVersion" : " 8.0.20 " ,
34+ "agentVersion" : " 108.0.20.8953 -1"
3535 }
3636 }
3737 ],
6969 " 8.0.16" ,
7070 " 8.0.17" ,
7171 " 8.0.18" ,
72- " 8.0.19"
72+ " 8.0.19" ,
73+ " 8.0.20"
7374 ],
7475 "variants" : [
7576 " ubi"
237238 "agent_version" : " 108.0.19.8941-1" ,
238239 "tools_version" : " 100.14.0"
239240 },
241+ "8.0.20" : {
242+ "agent_version" : " 108.0.20.8953-1" ,
243+ "tools_version" : " 100.14.1"
244+ },
240245 "7.0.23" : {
241246 "agent_version" : " 107.0.23.8833-1" ,
242247 "tools_version" : " 100.14.1"
You can’t perform that action at this time.
0 commit comments