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 @@ -15,7 +15,7 @@ variables:

- &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.15 # 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

# The dependency unification between static and non-static is intentional here.
# Even though some images are exclusive, in EVG they all are built once and in parallel.
Expand Down
4 changes: 4 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1
value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_16_8895_1
value: "quay.io/mongodb/mongodb-agent:108.0.16.8895-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
Expand Down Expand Up @@ -208,6 +210,8 @@ spec:
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16"
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
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 @@ -52,6 +52,7 @@ relatedImages:
- 8.0.13
- 8.0.14
- 8.0.15
- 8.0.16
mongodb:
- 4.4.0-ubi8
- 4.4.1-ubi8
Expand Down Expand Up @@ -113,6 +114,7 @@ relatedImages:
- 108.0.12.8846-1
- 108.0.13.8870-1
- 108.0.15.8888-1
- 108.0.16.8895-1
- 108.0.2.8729-1
- 108.0.3.8758-1
- 108.0.4.8770-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 @@ -454,6 +454,8 @@ spec:
value: "quay.io/mongodb/mongodb-agent:108.0.13.8870-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_15_8888_1
value: "quay.io/mongodb/mongodb-agent:108.0.15.8888-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_16_8895_1
value: "quay.io/mongodb/mongodb-agent:108.0.16.8895-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_2_8729_1
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
- name: RELATED_IMAGE_AGENT_IMAGE_108_0_3_8758_1
Expand Down Expand Up @@ -512,6 +514,8 @@ spec:
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_15
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.15"
- name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_16
value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.16"
# since the official server images end with a different suffix we can re-use the same $mongodbImageEnv
- name: RELATED_IMAGE_MONGODB_IMAGE_4_4_0_ubi8
value: "quay.io/mongodb/mongodb-enterprise-server:4.4.0-ubi8"
Expand Down
7 changes: 6 additions & 1 deletion release.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"8.0.12",
"8.0.13",
"8.0.14",
"8.0.15"
"8.0.15",
"8.0.16"
],
"variants": [
"ubi"
Expand Down Expand Up @@ -173,6 +174,10 @@
"8.0.15": {
"agent_version": "108.0.15.8888-1",
"tools_version": "100.13.0"
},
"8.0.16": {
"agent_version": "108.0.16.8895-1",
"tools_version": "100.13.0"
}
}
},
Expand Down