Skip to content
Open
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 @@ -13,7 +13,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.18 # The order/index is important, since these are anchors. Please do not change
- &ops_manager_70_latest 7.0.19 # The order/index is important, since these are anchors. Please do not change

- &ops_manager_80_latest 8.0.16 # 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 @@ -140,6 +140,8 @@ spec:
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_107_0_19_8805_1
value: "quay.io/mongodb/mongodb-agent:107.0.19.8805-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
Expand Down Expand Up @@ -184,6 +186,8 @@ spec:
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_7_0_19
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.19"
- 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 @@ -39,6 +39,7 @@ relatedImages:
- 7.0.15
- 7.0.17
- 7.0.18
- 7.0.19
- 8.0.0
- 8.0.1
- 8.0.2
Expand Down Expand Up @@ -109,6 +110,7 @@ relatedImages:
- 107.0.15.8741-1
- 107.0.17.8771-1
- 107.0.18.8784-1
- 107.0.19.8805-1
- 108.0.1.8718-1
- 108.0.11.8830-1
- 108.0.12.8846-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 @@ -444,6 +444,8 @@ spec:
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_107_0_19_8805_1
value: "quay.io/mongodb/mongodb-agent:107.0.19.8805-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_1_8718_1
value: "quay.io/mongodb/mongodb-agent:108.0.1.8718-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_11_8830_1
Expand Down Expand Up @@ -488,6 +490,8 @@ spec:
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_7_0_19
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:7.0.19"
- 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 @@ -29,6 +29,7 @@
"7.0.15",
"7.0.17",
"7.0.18",
"7.0.19",
"8.0.0",
"8.0.1",
"8.0.2",
Expand Down Expand Up @@ -127,6 +128,10 @@
"agent_version": "107.0.18.8784-1",
"tools_version": "100.13.0"
},
"7.0.19": {
"agent_version": "107.0.19.8805-1",
"tools_version": "100.13.0"
},
"8.0.1": {
"agent_version": "108.0.1.8718-1",
"tools_version": "100.10.0"
Expand Down