From 3bab652b2ac447ee41cdc32ddfd707b4fe97ced0 Mon Sep 17 00:00:00 2001 From: Yavor Georgiev Date: Mon, 13 Oct 2025 11:08:36 +0200 Subject: [PATCH] Update docs snippets for search --- docs/search/01-search-community-deploy/env_variables.sh | 4 ++-- ...r_resources.sh => 02_0300_create_ops_manager_resources.sh} | 0 docs/search/02-search-enterprise-deploy/env_variables.sh | 4 ++-- docs/search/02-search-enterprise-deploy/test.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename docs/search/02-search-enterprise-deploy/code_snippets/{02_0050_create_ops_manager_resources.sh => 02_0300_create_ops_manager_resources.sh} (100%) diff --git a/docs/search/01-search-community-deploy/env_variables.sh b/docs/search/01-search-community-deploy/env_variables.sh index bd16a26f7..c02aaeb96 100644 --- a/docs/search/01-search-community-deploy/env_variables.sh +++ b/docs/search/01-search-community-deploy/env_variables.sh @@ -4,8 +4,8 @@ export K8S_CTX="" # the following namespace will be created if not exists export MDB_NS="mongodb" -# minimum required MongoDB version for running MongoDB Search is 8.0.10 -export MDB_VERSION="8.0.10" +# minimum required MongoDB version for running MongoDB Search is 8.2.0 +export MDB_VERSION="8.2.0" # root admin user for convenience, not used here at all in this guide export MDB_ADMIN_USER_PASSWORD="admin-user-password-CHANGE-ME" diff --git a/docs/search/02-search-enterprise-deploy/code_snippets/02_0050_create_ops_manager_resources.sh b/docs/search/02-search-enterprise-deploy/code_snippets/02_0300_create_ops_manager_resources.sh similarity index 100% rename from docs/search/02-search-enterprise-deploy/code_snippets/02_0050_create_ops_manager_resources.sh rename to docs/search/02-search-enterprise-deploy/code_snippets/02_0300_create_ops_manager_resources.sh diff --git a/docs/search/02-search-enterprise-deploy/env_variables.sh b/docs/search/02-search-enterprise-deploy/env_variables.sh index 694bdafbd..0a292ff98 100644 --- a/docs/search/02-search-enterprise-deploy/env_variables.sh +++ b/docs/search/02-search-enterprise-deploy/env_variables.sh @@ -19,8 +19,8 @@ export OPS_MANAGER_API_USER="" export OPS_MANAGER_API_KEY="" export OPS_MANAGER_ORG_ID="" -# minimum required MongoDB version for running MongoDB Search is 8.0.10 -export MDB_VERSION="8.0.14-ent" +# minimum required MongoDB version for running MongoDB Search is 8.2.0 +export MDB_VERSION="8.2.0-ent" # root admin user for convenience, not used here at all in this guide export MDB_ADMIN_USER_PASSWORD="admin-user-password-CHANGE-ME" diff --git a/docs/search/02-search-enterprise-deploy/test.sh b/docs/search/02-search-enterprise-deploy/test.sh index 91c5adfbe..022cb0109 100755 --- a/docs/search/02-search-enterprise-deploy/test.sh +++ b/docs/search/02-search-enterprise-deploy/test.sh @@ -13,11 +13,11 @@ prepare_snippets run 02_0045_create_namespaces.sh run 02_0046_create_image_pull_secrets.sh -run 02_0050_create_ops_manager_resources.sh run 02_0048_configure_prerelease_image_pullsecret.sh run_for_output 02_0090_helm_add_mogodb_repo.sh run_for_output 02_0100_install_operator.sh +run 02_0300_create_ops_manager_resources.sh run 02_0305_create_mongodb_database_resource.sh run_for_output 02_0310_wait_for_database_resource.sh run 02_0315_create_mongodb_users.sh