Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include:
variables:
- &ops_manager_60_latest 6.0.27 # The order/index is important, since these are anchors. Please do not change

- &ops_manager_70_latest 7.0.17 # The order/index is important, since these are anchors. Please do not change
- &ops_manager_70_latest 7.0.18 # The order/index is important, since these are anchors. Please do not change

- &ops_manager_80_latest 8.0.13 # The order/index is important, since these are anchors. Please do not change

Expand Down
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent:107.0.15.8741-1"
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_17_8771_1
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
Expand Down Expand Up @@ -178,6 +180,8 @@ spec:
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.15"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_17
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.17"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_18
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.18"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_1
Expand Down
2 changes: 2 additions & 0 deletions helm_chart/values-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ relatedImages:
- 7.0.14
- 7.0.15
- 7.0.17
- 7.0.18
- 8.0.0
- 8.0.1
- 8.0.2
Expand Down Expand Up @@ -104,6 +105,7 @@ relatedImages:
- 107.0.13.8702-1
- 107.0.15.8741-1
- 107.0.17.8771-1
- 107.0.18.8784-1
- 108.0.0.8694-1
- 108.0.1.8718-1
- 108.0.11.8830-1
Expand Down
4 changes: 4 additions & 0 deletions public/mongodb-kubernetes-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent:107.0.15.8741-1"
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_17_8771_1
value: "quay.io/mongodb/mongodb-agent:107.0.17.8771-1"
- name: RELATED_IMAGE_AGENT_IMAGE_107_0_18_8784_1
value: "quay.io/mongodb/mongodb-agent:107.0.18.8784-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_0_8694_1
value: "quay.io/mongodb/mongodb-agent:108.0.0.8694-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
Expand Down Expand Up @@ -482,6 +484,8 @@ spec:
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.15"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_17
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.17"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_7_0_18
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.18"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_0
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.0"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_1
Expand Down
5 changes: 5 additions & 0 deletions release.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"7.0.14",
"7.0.15",
"7.0.17",
"7.0.18",
"8.0.0",
"8.0.1",
"8.0.2",
Expand Down Expand Up @@ -133,6 +134,10 @@
"agent_version": "107.0.17.8771-1",
"tools_version": "100.12.2"
},
"7.0.18": {
"agent_version": "107.0.18.8784-1",
"tools_version": "100.13.0"
},
"8.0.0": {
"agent_version": "108.0.0.8694-1",
"tools_version": "100.10.0"
Expand Down