Skip to content

Commit 3976a78

Browse files
mms-build-accountEvergreenviveksinghggits
authored
CLOUDP-344272: Bump Ops Manager Container Image version to 7.0.18 (#434)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-344272](https://jira.mongodb.org/browse/CLOUDP-344272) # Description Bump Ops Manager container image version to 7.0.18. # Reviewer Checklist Before merging this PR, verify the following: - [ ] the following tasks are passing in Evergreen: - `publish_ops_manager` task (variant: `publish_om70_images`) - [x] the `agent_version` was updated correctly - [x] the `tools_version` was updated correctly --------- Co-authored-by: Evergreen <kubernetes-hosted-team@mongodb.com> Co-authored-by: Vivek Singh <vivek.s@mongodb.com> Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
1 parent ba0a38c commit 3976a78

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include:
1111
variables:
1212
- &ops_manager_60_latest 6.0.27 # The order/index is important, since these are anchors. Please do not change
1313

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

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

config/manager/manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ spec:
138138
value: "quay.io/mongodb/mongodb-agent:107.0.15.8741-1"
139139
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_17_8771_1
140140
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
141+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
142+
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
141143
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
142144
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
143145
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
@@ -178,6 +180,8 @@ spec:
178180
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.15"
179181
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_17
180182
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.17"
183+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_18
184+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.18"
181185
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
182186
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
183187
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_1

helm_chart/values-openshift.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ relatedImages:
3838
- 7.0.14
3939
- 7.0.15
4040
- 7.0.17
41+
- 7.0.18
4142
- 8.0.0
4243
- 8.0.1
4344
- 8.0.2
@@ -104,6 +105,7 @@ relatedImages:
104105
- 107.0.13.8702-1
105106
- 107.0.15.8741-1
106107
- 107.0.17.8771-1
108+
- 107.0.18.8784-1
107109
- 108.0.0.8694-1
108110
- 108.0.1.8718-1
109111
- 108.0.11.8830-1

public/mongodb-kubernetes-openshift.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ spec:
442442
value: "quay.io/mongodb/mongodb-agent:107.0.15.8741-1"
443443
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_17_8771_1
444444
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
445+
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
446+
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
445447
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
446448
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
447449
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
@@ -482,6 +484,8 @@ spec:
482484
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.15"
483485
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_17
484486
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.17"
487+
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_18
488+
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.18"
485489
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
486490
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
487491
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_1

release.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"7.0.14",
4545
"7.0.15",
4646
"7.0.17",
47+
"7.0.18",
4748
"8.0.0",
4849
"8.0.1",
4950
"8.0.2",
@@ -133,6 +134,10 @@
133134
"agent_version": "107.0.17.8771-1",
134135
"tools_version": "100.12.2"
135136
},
137+
"7.0.18": {
138+
"agent_version": "107.0.18.8784-1",
139+
"tools_version": "100.13.0"
140+
},
136141
"8.0.0": {
137142
"agent_version": "108.0.0.8694-1",
138143
"tools_version": "100.10.0"

0 commit comments

Comments
 (0)