Skip to content

Commit 6cf07fa

Browse files
mms-build-accountEvergreen
andauthored
CLOUDP-359546: Bump Cloud Manager version for MongoDB Agent container images for MMS release branch v20251119 (#599)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-359546](https://jira.mongodb.org/browse/CLOUDP-359546) # Description Bump Cloud Manager version for MongoDB Agent container images for mms version v20251119. # 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]>
1 parent c6c0220 commit 6cf07fa

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
@@ -166,8 +166,8 @@ spec:
166166
value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1"
167167
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
168168
value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1"
169-
- name: RELATED_IMAGE_AGENT_IMAGE_13_42_0_9892_1
170-
value: "quay.io/mongodb/mongodb-agent:13.42.0.9892-1"
169+
- name: RELATED_IMAGE_AGENT_IMAGE_13_43_0_9995_1
170+
value: "quay.io/mongodb/mongodb-agent:13.43.0.9995-1"
171171
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
172172
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
173173
- 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
@@ -123,7 +123,7 @@ relatedImages:
123123
- 108.0.6.8796-1
124124
- 108.0.7.8810-1
125125
- 12.0.35.7911-1
126-
- 13.42.0.9892-1
126+
- 13.43.0.9995-1
127127
mongodbLegacyAppDb:
128128
- 4.2.11-ent
129129
- 4.2.2-ent

public/mongodb-kubernetes-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ spec:
470470
value: "quay.io/mongodb/mongodb-agent:108.0.7.8810-1"
471471
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
472472
value: "quay.io/mongodb/mongodb-agent:12.0.35.7911-1"
473-
- name: RELATED_IMAGE_AGENT_IMAGE_13_42_0_9892_1
474-
value: "quay.io/mongodb/mongodb-agent:13.42.0.9892-1"
473+
- name: RELATED_IMAGE_AGENT_IMAGE_13_43_0_9995_1
474+
value: "quay.io/mongodb/mongodb-agent:13.43.0.9995-1"
475475
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
476476
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
477477
- 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
@@ -98,7 +98,7 @@
9898
],
9999
"opsManagerMapping": {
100100
"Description": "These are the agents from which we start supporting static containers.",
101-
"cloud_manager": "13.42.0.9892-1",
101+
"cloud_manager": "13.43.0.9995-1",
102102
"cloud_manager_tools": "100.13.0",
103103
"ops_manager": {
104104
"6.0.27": {

0 commit comments

Comments
 (0)