Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.34.7888-1"
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_38_0_9654_1
value: "quay.io/mongodb/mongodb-agent-ubi:13.38.0.9654-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_39_0_9717_1
value: "quay.io/mongodb/mongodb-agent-ubi:13.39.0.9717-1"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27
Expand Down
2 changes: 1 addition & 1 deletion helm_chart/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ relatedImages:
- 108.0.7.8810-1
- 12.0.34.7888-1
- 12.0.35.7911-1
- 13.38.0.9654-1
- 13.39.0.9717-1
mongodbLegacyAppDb:
- 4.2.11-ent
- 4.2.2-ent
Expand Down
4 changes: 2 additions & 2 deletions public/mongodb-kubernetes-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.34.7888-1"
- name: RELATED_IMAGE_AGENT_IMAGE_12_0_35_7911_1
value: "quay.io/mongodb/mongodb-agent-ubi:12.0.35.7911-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_38_0_9654_1
value: "quay.io/mongodb/mongodb-agent-ubi:13.38.0.9654-1"
- name: RELATED_IMAGE_AGENT_IMAGE_13_39_0_9717_1
value: "quay.io/mongodb/mongodb-agent-ubi:13.39.0.9717-1"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_26
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:6.0.26"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_6_0_27
Expand Down
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
],
"opsManagerMapping": {
"Description": "These are the agents from which we start supporting static containers.",
"cloud_manager": "13.38.0.9654-1",
"cloud_manager": "13.39.0.9717-1",
"cloud_manager_tools": "100.12.2",
"ops_manager": {
"6.0.26": {
Expand Down
Loading