Skip to content

Commit ba955a8

Browse files
mms-build-accountEvergreennammn
authored
CLOUDP-335393: Bump Cloud Manager version for MongoDB Agent container images for MMS release branch v20250806 (#311)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-335393](https://jira.mongodb.org/browse/CLOUDP-335393) # Description Bump Cloud Manager version for MongoDB Agent container images for mms version v20250806. # 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 <[email protected]> Co-authored-by: Nam Nguyen <[email protected]>
1 parent da6c026 commit ba955a8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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-ubi:12.0.34.7888-1"
163163
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
164164
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
165-
- name: RELATED_IMAGE_AGENT_IMAGE_13_37_0_9590_1
166-
value: "quay.io/mongodb/mongodb-agent-ubi:13.37.0.9590-1"
165+
- name: RELATED_IMAGE_AGENT_IMAGE_13_38_0_9654_1
166+
value: "quay.io/mongodb/mongodb-agent-ubi:13.38.0.9654-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
@@ -115,7 +115,7 @@ relatedImages:
115115
- 108.0.7.8810-1
116116
- 12.0.34.7888-1
117117
- 12.0.35.7911-1
118-
- 13.37.0.9590-1
118+
- 13.38.0.9654-1
119119
mongodbLegacyAppDb:
120120
- 4.2.11-ent
121121
- 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-ubi:12.0.34.7888-1"
467467
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
468468
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
469-
- name: RELATED_IMAGE_AGENT_IMAGE_13_37_0_9590_1
470-
value: "quay.io/mongodb/mongodb-agent-ubi:13.37.0.9590-1"
469+
- name: RELATED_IMAGE_AGENT_IMAGE_13_38_0_9654_1
470+
value: "quay.io/mongodb/mongodb-agent-ubi:13.38.0.9654-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
],
107107
"opsManagerMapping": {
108108
"Description": "These are the agents from which we start supporting static containers.",
109-
"cloud_manager": "13.37.0.9590-1",
109+
"cloud_manager": "13.38.0.9654-1",
110110
"cloud_manager_tools": "100.12.2",
111111
"ops_manager": {
112112
"6.0.26": {

0 commit comments

Comments
 (0)