Skip to content

Commit 4e4ad0b

Browse files
mms-build-accountEvergreenviveksinghggits
authored
CLOUDP-343227: Bump Cloud Manager version for MongoDB Agent container images for MMS release branch v20250910 (#415)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-343227](https://jira.mongodb.org/browse/CLOUDP-343227) # Description Bump Cloud Manager version for MongoDB Agent container images for mms version v20250910. # Reviewer Checklist Before merging this PR, verify the following: - [ ] the following tasks are passing in Evergreen: - `release_agent` task (variant: `release_agent`) - [ ] the `cloud_manager` was updated correctly - [ ] the `cloud_manager_tools` was updated correctly --------- Co-authored-by: Evergreen <kubernetes-hosted-team@mongodb.com> Co-authored-by: Vivek Singh <vivek.s@mongodb.com>
1 parent 307fc49 commit 4e4ad0b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ spec:
162162
value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1"
163163
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
164164
value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1"
165-
- name: RELATED_IMAGE_AGENT_IMAGE_13_38_0_9654_1
166-
value: "quay.io/mongodb/mongodb-agent:13.38.0.9654-1"
165+
- name: RELATED_IMAGE_AGENT_IMAGE_13_40_1_9747_1
166+
value: "quay.io/mongodb/mongodb-agent:13.40.1.9747-1"
167167
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
168168
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
169169
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27

helm_chart/values-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ relatedImages:
118118
- 108.0.6.8796-1
119119
- 108.0.7.8810-1
120120
- 12.0.35.7911-1
121-
- 13.38.0.9654-1
121+
- 13.40.1.9747-1
122122
mongodbLegacyAppDb:
123123
- 4.2.11-ent
124124
- 4.2.2-ent

public/mongodb-kubernetes-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ spec:
466466
value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1"
467467
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
468468
value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1"
469-
- name: RELATED_IMAGE_AGENT_IMAGE_13_38_0_9654_1
470-
value: "quay.io/mongodb/mongodb-agent:13.38.0.9654-1"
469+
- name: RELATED_IMAGE_AGENT_IMAGE_13_40_1_9747_1
470+
value: "quay.io/mongodb/mongodb-agent:13.40.1.9747-1"
471471
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
472472
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
473473
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27

release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
],
110110
"opsManagerMapping": {
111111
"Description": "These are the agents from which we start supporting static containers.",
112-
"cloud_manager": "13.38.0.9654-1",
113-
"cloud_manager_tools": "100.12.2",
112+
"cloud_manager": "13.40.1.9747-1",
113+
"cloud_manager_tools": "100.13.0",
114114
"ops_manager": {
115115
"6.0.27": {
116116
"agent_version": "12.0.35.7911-1",

0 commit comments

Comments
 (0)