File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed
Expand file tree Collapse file tree 5 files changed +13
-3
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.19 # The order/index is important, since these are anchors. Please do not change
1717
18- - &ops_manager_80_latest 8.0.16 # The order/index is important, since these are anchors. Please do not change
18+ - &ops_manager_80_latest 8.0.17 # 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 @@ -216,6 +216,8 @@ spec:
216216 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
217217 - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16
218218 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16"
219+ - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_17
220+ value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.17"
219221 # since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
220222 - name : RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
221223 value : " quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ relatedImages:
5454 - 8.0.14
5555 - 8.0.15
5656 - 8.0.16
57+ - 8.0.17
5758 mongodb :
5859 - 4.4.0-ubi8
5960 - 4.4.1-ubi8
Original file line number Diff line number Diff line change @@ -520,6 +520,8 @@ spec:
520520 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
521521 - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16
522522 value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16"
523+ - name : RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_17
524+ value : " quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.17"
523525 # since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
524526 - name : RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
525527 value : " quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
Original file line number Diff line number Diff line change 3131 },
3232 {
3333 "8" : {
34- "opsManagerVersion" : " 8.0.16 " ,
34+ "opsManagerVersion" : " 8.0.17 " ,
3535 "agentVersion" : " 108.0.16.8895-1"
3636 }
3737 }
6363 " 8.0.13" ,
6464 " 8.0.14" ,
6565 " 8.0.15" ,
66- " 8.0.16"
66+ " 8.0.16" ,
67+ " 8.0.17"
6768 ],
6869 "variants" : [
6970 " ubi"
204205 "8.0.16" : {
205206 "agent_version" : " 108.0.16.8895-1" ,
206207 "tools_version" : " 100.13.0"
208+ },
209+ "8.0.17" : {
210+ "agent_version" : " 108.0.16.8895-1" ,
211+ "tools_version" : " 100.13.0"
207212 }
208213 }
209214 },
You can’t perform that action at this time.
0 commit comments