Skip to content

Commit 1ef9219

Browse files
mms-build-accountEvergreen
andauthored
CLOUDP-345747: Bump Ops Manager Container Image version to 8.0.14 (#462)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-345747](https://jira.mongodb.org/browse/CLOUDP-345747) # Description Bump Ops Manager container image version to 8.0.14. # Reviewer Checklist Before merging this PR, verify the following: - [ ] the following tasks are passing in Evergreen: - `publish_ops_manager` task (variant: `publish_om80_images`) - [ ] the `agent_version` was updated correctly - [ ] the `tools_version` was updated correctly --------- Co-authored-by: Evergreen <kubernetes-hosted-team@mongodb.com>
1 parent 6cd21ce commit 1ef9219

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313

1414
- &ops_manager_70_latest 7.0.18 # The order/index is important, since these are anchors. Please do not change
1515

16-
- &ops_manager_80_latest 8.0.13 # The order/index is important, since these are anchors. Please do not change
16+
- &ops_manager_80_latest 8.0.14 # The order/index is important, since these are anchors. Please do not change
1717

1818
# The dependency unification between static and non-static is intentional here.
1919
# 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
@@ -204,6 +204,8 @@ spec:
204204
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12"
205205
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13
206206
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13"
207+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14
208+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
207209
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
208210
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
209211
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
@@ -50,6 +50,7 @@ relatedImages:
5050
- 8.0.11
5151
- 8.0.12
5252
- 8.0.13
53+
- 8.0.14
5354
mongodb:
5455
- 4.4.0-ubi8
5556
- 4.4.1-ubi8

public/mongodb-kubernetes-openshift.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ spec:
508508
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12"
509509
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13
510510
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13"
511+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14
512+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
511513
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
512514
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
513515
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"

release.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"8.0.7",
5656
"8.0.11",
5757
"8.0.12",
58-
"8.0.13"
58+
"8.0.13",
59+
"8.0.14"
5960
],
6061
"variants": [
6162
"ubi"
@@ -182,6 +183,10 @@
182183
"8.0.13": {
183184
"agent_version": "108.0.13.8870-1",
184185
"tools_version": "100.13.0"
186+
},
187+
"8.0.14": {
188+
"agent_version": "108.0.13.8870-1",
189+
"tools_version": "100.13.0"
185190
}
186191
}
187192
},

0 commit comments

Comments
 (0)