Skip to content

Commit b5c6c18

Browse files
mms-build-accountEvergreenMaciejKaras
authored
CLOUDP-317018: Bump Cloud Manager version for MongoDB Agent container images for MMS release branch v20250507 (#80)
_Opened by Private Cloud Tools (PCT)_. # Ticket [CLOUDP-317018](https://jira.mongodb.org/browse/CLOUDP-317018) # Description Bump Cloud Manager version for MongoDB Agent container images for mms version v20250507. # 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: Maciej Karaś <[email protected]>
1 parent d271bf7 commit b5c6c18

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

config/manager/manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ spec:
158158
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
159159
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1_1_0_0
160160
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1_1.0.0"
161-
- name: RELATED_IMAGE_AGENT_IMAGE_13_33_0_9442_1
162-
value: "quay.io/mongodb/mongodb-agent-ubi:13.33.0.9442-1"
163-
- name: RELATED_IMAGE_AGENT_IMAGE_13_33_0_9442_1_1_0_0
164-
value: "quay.io/mongodb/mongodb-agent-ubi:13.33.0.9442-1_1.0.0"
161+
- name: RELATED_IMAGE_AGENT_IMAGE_13_34_0_9465_1
162+
value: "quay.io/mongodb/mongodb-agent-ubi:13.34.0.9465-1"
163+
- name: RELATED_IMAGE_AGENT_IMAGE_13_34_0_9465_1_1_0_0
164+
value: "quay.io/mongodb/mongodb-agent-ubi:13.34.0.9465-1_1.0.0"
165165
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_25
166166
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.25"
167167
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26

helm_chart/values-openshift.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ relatedImages:
106106
- 12.0.34.7888-1_1.0.0
107107
- 12.0.35.7911-1
108108
- 12.0.35.7911-1_1.0.0
109-
- 13.33.0.9442-1
110-
- 13.33.0.9442-1_1.0.0
109+
- 13.34.0.9465-1
110+
- 13.34.0.9465-1_1.0.0
111111
mongodbLegacyAppDb:
112112
- 4.2.11-ent
113113
- 4.2.2-ent

public/mongodb-kubernetes-openshift.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,10 @@ spec:
410410
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
411411
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1_1_0_0
412412
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1_1.0.0"
413-
- name: RELATED_IMAGE_AGENT_IMAGE_13_33_0_9442_1
414-
value: "quay.io/mongodb/mongodb-agent-ubi:13.33.0.9442-1"
415-
- name: RELATED_IMAGE_AGENT_IMAGE_13_33_0_9442_1_1_0_0
416-
value: "quay.io/mongodb/mongodb-agent-ubi:13.33.0.9442-1_1.0.0"
413+
- name: RELATED_IMAGE_AGENT_IMAGE_13_34_0_9465_1
414+
value: "quay.io/mongodb/mongodb-agent-ubi:13.34.0.9465-1"
415+
- name: RELATED_IMAGE_AGENT_IMAGE_13_34_0_9465_1_1_0_0
416+
value: "quay.io/mongodb/mongodb-agent-ubi:13.34.0.9465-1_1.0.0"
417417
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_25
418418
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.25"
419419
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26

release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
],
9292
"opsManagerMapping": {
9393
"Description": "These are the agents from which we start supporting static containers.",
94-
"cloud_manager": "13.33.0.9442-1",
95-
"cloud_manager_tools": "100.11.0",
94+
"cloud_manager": "13.34.0.9465-1",
95+
"cloud_manager_tools": "100.12.0",
9696
"ops_manager": {
9797
"6.0.25": {
9898
"agent_version": "12.0.33.7866-1",

0 commit comments

Comments
 (0)