Skip to content

Commit dd67eca

Browse files
CLOUDP-363991: Bump Ops Manager Container Image version to 8.0.17 (#631)
1 parent 39283b3 commit dd67eca

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

config/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

helm_chart/values-openshift.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

public/mongodb-kubernetes-openshift.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

release.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"8": {
34-
"opsManagerVersion": "8.0.16",
34+
"opsManagerVersion": "8.0.17",
3535
"agentVersion": "108.0.16.8895-1"
3636
}
3737
}
@@ -63,7 +63,8 @@
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"
@@ -204,6 +205,10 @@
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
},

0 commit comments

Comments
 (0)