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
4 changes: 2 additions & 2 deletions docs/search/01-search-community-deploy/env_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export K8S_CTX="<local cluster context>"
# 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"
Expand Down
4 changes: 2 additions & 2 deletions docs/search/02-search-enterprise-deploy/env_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export OPS_MANAGER_API_USER="<SET API USER>"
export OPS_MANAGER_API_KEY="<SET API KEY>"
export OPS_MANAGER_ORG_ID="<SET 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"
Expand Down
2 changes: 1 addition & 1 deletion docs/search/02-search-enterprise-deploy/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading