Skip to content

Commit 83e9b33

Browse files
committed
bump version of mongod in external snippets
1 parent cdc55d4 commit 83e9b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/search/04-search-external-mongod/code_snippets/04_0310_create_mongodb_community_resource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- "bypassDefaultMaxTimeMS"
5858
additionalMongodConfig:
5959
setParameter:
60-
mongotHost: ${MDB_SEARCH_HOSTNAME}:27029
60+
mongotHost: ${MDB_SEARCH_HOSTNAME}:27028
6161
searchIndexManagementHostAndPort: ${MDB_SEARCH_HOSTNAME}:27028
6262
skipAuthenticationToSearchIndexManagementServer: false
6363
searchTLSMode: disabled

docs/search/04-search-external-mongod/env_variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export K8S_CTX="<your kubernetes context here>"
22

33
export MDB_NS="mongodb"
44

5-
export MDB_VERSION="8.0.10"
5+
export MDB_VERSION="8.2.0"
66

77
export MDB_ADMIN_USER_PASSWORD="admin-user-password-CHANGE-ME"
88
export MDB_USER_PASSWORD="mdb-user-password-CHANGE-ME"

0 commit comments

Comments
 (0)