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
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
kind: feature
date: 2025-11-06
---

* **MongoDBSearch**: Updated the default `mongodb/mongodb-search` image version to 0.55.0. This is the version MCK uses if `.spec.version` is not specified.
Comment on lines +1 to +6
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

6 changes: 3 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,11 @@ spec:
value: "quay.io/mongodb/mongodb-enterprise-server:8.0.0-ubi8"
- name: RELATED_IMAGE_MONGODB_IMAGE_8_0_0_ubi9
value: "quay.io/mongodb/mongodb-enterprise-server:8.0.0-ubi9"
- name: RELATED_IMAGE_MDB_SEARCH_IMAGE_0_53_1
value: "quay.io/mongodb/mongodb-search:0.53.1"
- name: RELATED_IMAGE_MDB_SEARCH_IMAGE_0_55_0
value: "quay.io/mongodb/mongodb-search:0.55.0"
- name: MDB_SEARCH_REPO_URL
value: "quay.io/mongodb"
- name: MDB_SEARCH_NAME
value: "mongodb-search"
- name: MDB_SEARCH_VERSION
value: "0.53.1"
value: "0.55.0"
2 changes: 1 addition & 1 deletion helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ search:
repo: quay.io/mongodb
name: mongodb-search
# default MongoDB Search version used; can be overridden by setting MongoDBSearch.spec.version field.
version: 0.53.1
version: 0.55.0
2 changes: 1 addition & 1 deletion public/mongodb-kubernetes-multi-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ spec:
- name: MDB_SEARCH_NAME
value: "mongodb-search"
- name: MDB_SEARCH_VERSION
value: "0.53.1"
value: "0.55.0"
volumes:
- name: kube-config-volume
secret:
Expand Down
6 changes: 3 additions & 3 deletions public/mongodb-kubernetes-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,11 +611,11 @@ spec:
value: "quay.io/mongodb/mongodb-enterprise-server:8.0.0-ubi8"
- name: RELATED_IMAGE_MONGODB_IMAGE_8_0_0_ubi9
value: "quay.io/mongodb/mongodb-enterprise-server:8.0.0-ubi9"
- name: RELATED_IMAGE_MDB_SEARCH_IMAGE_0_53_1
value: "quay.io/mongodb/mongodb-search:0.53.1"
- name: RELATED_IMAGE_MDB_SEARCH_IMAGE_0_55_0
value: "quay.io/mongodb/mongodb-search:0.55.0"
- name: MDB_SEARCH_REPO_URL
value: "quay.io/mongodb"
- name: MDB_SEARCH_NAME
value: "mongodb-search"
- name: MDB_SEARCH_VERSION
value: "0.53.1"
value: "0.55.0"
2 changes: 1 addition & 1 deletion public/mongodb-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,4 +432,4 @@ spec:
- name: MDB_SEARCH_NAME
value: "mongodb-search"
- name: MDB_SEARCH_VERSION
value: "0.53.1"
value: "0.55.0"
2 changes: 1 addition & 1 deletion release.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"minimumSupportedVersion": "4.6"
},
"search": {
"version": "0.53.1"
"version": "0.55.0"
},
"supportedImages": {
"ops-manager": {
Expand Down