diff --git a/.evergreen.yml b/.evergreen.yml index bb9d4eeec..05b987be8 100644 --- a/.evergreen.yml +++ b/.evergreen.yml @@ -13,7 +13,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.13 # The order/index is important, since these are anchors. Please do not change + - &ops_manager_80_latest 8.0.14 # 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. diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index f9756d686..661f4958a 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -204,6 +204,8 @@ spec: value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13" + - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14 + value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14" # 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" diff --git a/helm_chart/values-openshift.yaml b/helm_chart/values-openshift.yaml index 7108ad659..47f06c161 100644 --- a/helm_chart/values-openshift.yaml +++ b/helm_chart/values-openshift.yaml @@ -50,6 +50,7 @@ relatedImages: - 8.0.11 - 8.0.12 - 8.0.13 + - 8.0.14 mongodb: - 4.4.0-ubi8 - 4.4.1-ubi8 diff --git a/public/mongodb-kubernetes-openshift.yaml b/public/mongodb-kubernetes-openshift.yaml index 8f34da280..c64922118 100644 --- a/public/mongodb-kubernetes-openshift.yaml +++ b/public/mongodb-kubernetes-openshift.yaml @@ -508,6 +508,8 @@ spec: value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.12" - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_13 value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.13" + - name: RELATED_IMAGE_OPS_MANAGER_IMAGE_REPOSITORY_8_0_14 + value: "quay.io/mongodb/mongodb-enterprise-ops-manager-ubi:8.0.14" # 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" diff --git a/release.json b/release.json index 2a1621524..c3ce0842f 100644 --- a/release.json +++ b/release.json @@ -55,7 +55,8 @@ "8.0.7", "8.0.11", "8.0.12", - "8.0.13" + "8.0.13", + "8.0.14" ], "variants": [ "ubi" @@ -182,6 +183,10 @@ "8.0.13": { "agent_version": "108.0.13.8870-1", "tools_version": "100.13.0" + }, + "8.0.14": { + "agent_version": "108.0.13.8870-1", + "tools_version": "100.13.0" } } },