Skip to content

Commit aea65d6

Browse files
committed
wip
1 parent 73107ed commit aea65d6

14 files changed

+103
-102
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export K8S_CTX="${CLUSTER_NAME}"
22

3-
export PRERELEASE_VERSION="1.4.0-prerelease-68b1a853973bae0007d5eaa0"
3+
export PRERELEASE_VERSION="1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2"
44

55
export PRERELEASE_IMAGE_PULLSECRET="${COMMUNITY_PRIVATE_PREVIEW_PULLSECRET_DOCKERCONFIGJSON}"
66
export OPERATOR_ADDITIONAL_HELM_VALUES="registry.imagePullSecrets=prerelease-image-pullsecret"
7-
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/mongodb-kubernetes:${PRERELEASE_VERSION}"
7+
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/helm-chart/mongodb-kubernetes:${PRERELEASE_VERSION}"
88

docs/search/02-search-enterprise-deploy/env_variables_e2e_prerelease.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export K8S_CTX="${CLUSTER_NAME}"
22

3-
export PRERELEASE_VERSION="1.4.0-prerelease-68b1a853973bae0007d5eaa0"
3+
export PRERELEASE_VERSION="1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2"
44

55
export PRERELEASE_IMAGE_PULLSECRET="${COMMUNITY_PRIVATE_PREVIEW_PULLSECRET_DOCKERCONFIGJSON}"
66
export OPERATOR_ADDITIONAL_HELM_VALUES="registry.imagePullSecrets=prerelease-image-pullsecret"
7-
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/mongodb-kubernetes:${PRERELEASE_VERSION}"
7+
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/helm-chart/mongodb-kubernetes:${PRERELEASE_VERSION}"
88

99
export OPS_MANAGER_API_URL="${OM_BASE_URL}"
1010
export OPS_MANAGER_API_USER="${OM_USER}"

scripts/code_snippets/tests/outputs/test_kind_search_community_snippets/01_0100_install_operator.out

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release "mongodb-kubernetes" does not exist. Installing it now.
22
NAME: mongodb-kubernetes
3-
LAST DEPLOYED: Sun Aug 31 23:43:26 2025
3+
LAST DEPLOYED: Mon Sep 1 19:22:18 2025
44
NAMESPACE: mongodb
55
STATUS: deployed
66
REVISION: 1
@@ -12,7 +12,7 @@ registry:
1212
COMPUTED VALUES:
1313
agent:
1414
name: mongodb-agent
15-
version: 108.0.2.8729-1
15+
version: 108.0.12.8846-1
1616
community:
1717
agent:
1818
name: mongodb-agent
@@ -40,16 +40,16 @@ community:
4040
version: 4.4.0
4141
database:
4242
name: mongodb-kubernetes-database
43-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
43+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
4444
initAppDb:
4545
name: mongodb-kubernetes-init-appdb
46-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
46+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
4747
initDatabase:
4848
name: mongodb-kubernetes-init-database
49-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
49+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
5050
initOpsManager:
5151
name: mongodb-kubernetes-init-ops-manager
52-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
52+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
5353
managedSecurityContext: false
5454
mongodb:
5555
appdbAssumeOldFormat: false
@@ -96,7 +96,7 @@ operator:
9696
vaultSecretBackend:
9797
enabled: false
9898
tlsSecretRef: ""
99-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0-operator
99+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
100100
watchedResources:
101101
- mongodb
102102
- opsmanagers
@@ -478,7 +478,7 @@ spec:
478478
- name: prerelease-image-pullsecret
479479
containers:
480480
- name: mongodb-kubernetes-operator
481-
image: "quay.io/mongodb/staging/mongodb-kubernetes:1.4.0-prerelease-68b1a853973bae0007d5eaa0-operator"
481+
image: "quay.io/mongodb/staging/mongodb-kubernetes:1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2"
482482
imagePullPolicy: Always
483483
args:
484484
- -watch-resource=mongodb
@@ -523,25 +523,25 @@ spec:
523523
- name: INIT_DATABASE_IMAGE_REPOSITORY
524524
value: quay.io/mongodb/staging/mongodb-kubernetes-init-database
525525
- name: INIT_DATABASE_VERSION
526-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
526+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
527527
- name: DATABASE_VERSION
528-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
528+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
529529
# Ops Manager
530530
- name: OPS_MANAGER_IMAGE_REPOSITORY
531531
value: quay.io/mongodb/mongodb-enterprise-ops-manager-ubi
532532
- name: INIT_OPS_MANAGER_IMAGE_REPOSITORY
533533
value: quay.io/mongodb/staging/mongodb-kubernetes-init-ops-manager
534534
- name: INIT_OPS_MANAGER_VERSION
535-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
535+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
536536
# AppDB
537537
- name: INIT_APPDB_IMAGE_REPOSITORY
538538
value: quay.io/mongodb/staging/mongodb-kubernetes-init-appdb
539539
- name: INIT_APPDB_VERSION
540-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
540+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
541541
- name: OPS_MANAGER_IMAGE_PULL_POLICY
542542
value: Always
543543
- name: AGENT_IMAGE
544-
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
544+
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
545545
- name: MDB_AGENT_IMAGE_REPOSITORY
546546
value: "quay.io/mongodb/mongodb-agent"
547547
- name: MONGODB_IMAGE
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
Waiting for deployment "mongodb-kubernetes-operator" rollout to finish: 0 of 1 updated replicas are available...
12
deployment "mongodb-kubernetes-operator" successfully rolled out
23
Operator deployment in mongodb namespace
34
NAME READY UP-TO-DATE AVAILABLE AGE
4-
mongodb-kubernetes-operator 1/1 1 1 7m26s
5+
mongodb-kubernetes-operator 1/1 1 1 2s
56

67
Operator pod in mongodb namespace
7-
NAME READY STATUS RESTARTS AGE
8-
mongodb-kubernetes-operator-7968fc5dc-chvqr 1/1 Running 0 7m27s
8+
NAME READY STATUS RESTARTS AGE
9+
mongodb-kubernetes-operator-5b44cd54d4-rjxrj 1/1 Running 0 3s

scripts/code_snippets/tests/outputs/test_kind_search_community_snippets/01_0315_wait_for_community_resource.out

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ NAME PHASE VERSION
66
mdbc-rs Running 8.0.10
77

88
Pods running in cluster kind-kind
9-
NAME READY STATUS RESTARTS AGE
10-
mdb-debug-mdbc-rs-0-0 1/1 Running 0 2m41s
11-
mdb-debug-mdbc-rs-1-0 1/1 Running 0 2m40s
12-
mdb-debug-mdbc-rs-2-0 1/1 Running 0 2m40s
13-
mdbc-rs-0 2/2 Running 0 2m41s
14-
mdbc-rs-1 2/2 Running 0 89s
15-
mdbc-rs-2 2/2 Running 0 40s
16-
mongodb-kubernetes-operator-7968fc5dc-chvqr 1/1 Running 0 10m
9+
NAME READY STATUS RESTARTS AGE
10+
mdb-debug-mdbc-rs-0-0 1/1 Running 0 118s
11+
mdb-debug-mdbc-rs-1-0 1/1 Running 0 118s
12+
mdb-debug-mdbc-rs-2-0 1/1 Running 0 117s
13+
mdbc-rs-0 2/2 Running 0 2m11s
14+
mdbc-rs-1 2/2 Running 0 83s
15+
mdbc-rs-2 2/2 Running 0 34s
16+
mongodb-kubernetes-operator-5b44cd54d4-rjxrj 1/1 Running 0 2m16s

scripts/code_snippets/tests/outputs/test_kind_search_community_snippets/01_0335_show_running_pods.out

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ mdbc-rs Running 8.0.10
55

66
MongoDBSearch resource
77
NAME PHASE AGE
8-
mdbc-rs Running 5m3s
8+
mdbc-rs Running 5m33s
99

1010
Pods running in cluster kind-kind
11-
NAME READY STATUS RESTARTS AGE
12-
mdb-debug-mdbc-rs-0-0 1/1 Running 0 7m45s
13-
mdb-debug-mdbc-rs-1-0 1/1 Running 0 7m44s
14-
mdb-debug-mdbc-rs-2-0 1/1 Running 0 7m44s
15-
mdb-debug-mdbc-rs-search-0-0 1/1 Running 0 5m2s
16-
mdbc-rs-0 2/2 Running 1 (30s ago) 7m45s
17-
mdbc-rs-1 2/2 Running 1 (3m9s ago) 6m33s
18-
mdbc-rs-2 2/2 Running 1 (110s ago) 5m44s
19-
mdbc-rs-search-0 1/1 Running 4 (3m56s ago) 5m3s
20-
mongodb-kubernetes-operator-7968fc5dc-chvqr 1/1 Running 0 15m
11+
NAME READY STATUS RESTARTS AGE
12+
mdb-debug-mdbc-rs-0-0 1/1 Running 0 7m32s
13+
mdb-debug-mdbc-rs-1-0 1/1 Running 0 7m32s
14+
mdb-debug-mdbc-rs-2-0 1/1 Running 0 7m31s
15+
mdb-debug-mdbc-rs-search-0-0 1/1 Running 0 5m32s
16+
mdbc-rs-0 2/2 Running 1 (33s ago) 7m45s
17+
mdbc-rs-1 2/2 Running 1 (3m11s ago) 6m57s
18+
mdbc-rs-2 2/2 Running 1 (113s ago) 6m8s
19+
mdbc-rs-search-0 1/1 Running 4 (4m20s ago) 5m33s
20+
mongodb-kubernetes-operator-5b44cd54d4-rjxrj 1/1 Running 0 7m50s

scripts/code_snippets/tests/outputs/test_kind_search_community_snippets/03_0444_list_search_indexes.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
ns: 'sample_mflix.movies',
55
firstBatch: [
66
{
7-
id: '68b4caa27251863f5575fec7',
7+
id: '68b5d833862bdd46756f23fe',
88
name: 'default',
99
type: 'search',
1010
latestDefinition: {
11-
indexID: ObjectId('68b4caa27251863f5575fec7'),
11+
indexID: ObjectId('68b5d833862bdd46756f23fe'),
1212
name: 'default',
1313
database: 'sample_mflix',
1414
lastObservedCollectionName: 'movies',
15-
collectionUUID: UUID('c2c4741c-9233-4117-a221-6764888c4bbf'),
15+
collectionUUID: UUID('eb5bdd9e-fe14-4a0e-a012-5af2d7324d7a'),
1616
numPartitions: 1,
1717
mappings: { dynamic: true, fields: {} },
1818
indexFeatureVersion: 3
@@ -22,11 +22,11 @@
2222
},
2323
ok: 1,
2424
'$clusterTime': {
25-
clusterTime: Timestamp({ t: 1756678874, i: 1 }),
25+
clusterTime: Timestamp({ t: 1756747889, i: 1 }),
2626
signature: {
27-
hash: Binary.createFromBase64('uKLfU07WYBzbHl4UZVYDpZ4gjp0=', 0),
28-
keyId: Long('7544871179463426051')
27+
hash: Binary.createFromBase64('BJNOThO1gxmbkTscNSABaUstAy0=', 0),
28+
keyId: Long('7545172961045512197')
2929
}
3030
},
31-
operationTime: Timestamp({ t: 1756678874, i: 1 })
31+
operationTime: Timestamp({ t: 1756747889, i: 1 })
3232
}

scripts/code_snippets/tests/outputs/test_kind_search_community_snippets/03_0445_list_vector_search_indexes.out

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
ns: 'sample_mflix.embedded_movies',
55
firstBatch: [
66
{
7-
id: '68b4caa47251863f5575fec8',
7+
id: '68b5d834862bdd46756f23ff',
88
name: 'vector_index',
99
type: 'vectorSearch',
1010
latestDefinition: {
1111
type: 'vectorSearch',
12-
indexID: ObjectId('68b4caa47251863f5575fec8'),
12+
indexID: ObjectId('68b5d834862bdd46756f23ff'),
1313
name: 'vector_index',
1414
database: 'sample_mflix',
1515
lastObservedCollectionName: 'embedded_movies',
16-
collectionUUID: UUID('051d3e03-3bb9-4f1e-a09b-c42a1c7cbcfa'),
16+
collectionUUID: UUID('98d05ae8-9fa5-4813-9833-54355c75a016'),
1717
numPartitions: 1,
1818
fields: [
1919
{
@@ -30,11 +30,11 @@
3030
},
3131
ok: 1,
3232
'$clusterTime': {
33-
clusterTime: Timestamp({ t: 1756678874, i: 1 }),
33+
clusterTime: Timestamp({ t: 1756747889, i: 1 }),
3434
signature: {
35-
hash: Binary.createFromBase64('uKLfU07WYBzbHl4UZVYDpZ4gjp0=', 0),
36-
keyId: Long('7544871179463426051')
35+
hash: Binary.createFromBase64('BJNOThO1gxmbkTscNSABaUstAy0=', 0),
36+
keyId: Long('7545172961045512197')
3737
}
3838
},
39-
operationTime: Timestamp({ t: 1756678874, i: 1 })
39+
operationTime: Timestamp({ t: 1756747889, i: 1 })
4040
}

scripts/code_snippets/tests/outputs/test_kind_search_enterprise_snippets/02_0100_install_operator.out

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release "mongodb-kubernetes" does not exist. Installing it now.
22
NAME: mongodb-kubernetes
3-
LAST DEPLOYED: Sun Aug 31 22:43:59 2025
3+
LAST DEPLOYED: Mon Sep 1 18:24:58 2025
44
NAMESPACE: mongodb
55
STATUS: deployed
66
REVISION: 1
@@ -12,7 +12,7 @@ registry:
1212
COMPUTED VALUES:
1313
agent:
1414
name: mongodb-agent
15-
version: 108.0.2.8729-1
15+
version: 108.0.12.8846-1
1616
community:
1717
agent:
1818
name: mongodb-agent
@@ -40,16 +40,16 @@ community:
4040
version: 4.4.0
4141
database:
4242
name: mongodb-kubernetes-database
43-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
43+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
4444
initAppDb:
4545
name: mongodb-kubernetes-init-appdb
46-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
46+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
4747
initDatabase:
4848
name: mongodb-kubernetes-init-database
49-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
49+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
5050
initOpsManager:
5151
name: mongodb-kubernetes-init-ops-manager
52-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
52+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
5353
managedSecurityContext: false
5454
mongodb:
5555
appdbAssumeOldFormat: false
@@ -96,7 +96,7 @@ operator:
9696
vaultSecretBackend:
9797
enabled: false
9898
tlsSecretRef: ""
99-
version: 1.4.0-prerelease-68b1a853973bae0007d5eaa0-operator
99+
version: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
100100
watchedResources:
101101
- mongodb
102102
- opsmanagers
@@ -478,7 +478,7 @@ spec:
478478
- name: prerelease-image-pullsecret
479479
containers:
480480
- name: mongodb-kubernetes-operator
481-
image: "quay.io/mongodb/staging/mongodb-kubernetes:1.4.0-prerelease-68b1a853973bae0007d5eaa0-operator"
481+
image: "quay.io/mongodb/staging/mongodb-kubernetes:1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2"
482482
imagePullPolicy: Always
483483
args:
484484
- -watch-resource=mongodb
@@ -523,25 +523,25 @@ spec:
523523
- name: INIT_DATABASE_IMAGE_REPOSITORY
524524
value: quay.io/mongodb/staging/mongodb-kubernetes-init-database
525525
- name: INIT_DATABASE_VERSION
526-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
526+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
527527
- name: DATABASE_VERSION
528-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
528+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
529529
# Ops Manager
530530
- name: OPS_MANAGER_IMAGE_REPOSITORY
531531
value: quay.io/mongodb/mongodb-enterprise-ops-manager-ubi
532532
- name: INIT_OPS_MANAGER_IMAGE_REPOSITORY
533533
value: quay.io/mongodb/staging/mongodb-kubernetes-init-ops-manager
534534
- name: INIT_OPS_MANAGER_VERSION
535-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
535+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
536536
# AppDB
537537
- name: INIT_APPDB_IMAGE_REPOSITORY
538538
value: quay.io/mongodb/staging/mongodb-kubernetes-init-appdb
539539
- name: INIT_APPDB_VERSION
540-
value: 1.4.0-prerelease-68b1a853973bae0007d5eaa0
540+
value: 1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2
541541
- name: OPS_MANAGER_IMAGE_PULL_POLICY
542542
value: Always
543543
- name: AGENT_IMAGE
544-
value: "quay.io/mongodb/mongodb-agent:108.0.2.8729-1"
544+
value: "quay.io/mongodb/mongodb-agent:108.0.12.8846-1"
545545
- name: MDB_AGENT_IMAGE_REPOSITORY
546546
value: "quay.io/mongodb/mongodb-agent"
547547
- name: MONGODB_IMAGE

scripts/code_snippets/tests/outputs/test_kind_search_enterprise_snippets/02_0310_wait_for_database_resource.out

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ mongodb.mongodb.com/mdb-rs condition met
33

44
MongoDB resource
55
NAME PHASE VERSION TYPE AGE
6-
mdb-rs Running 8.0.10 ReplicaSet 10m
6+
mdb-rs Running 8.0.10 ReplicaSet 2m46s
77

88
Pods running in cluster kind-kind
9-
NAME READY STATUS RESTARTS AGE
10-
mdb-debug-mdb-rs-0-0 1/1 Running 0 103s
11-
mdb-debug-mdb-rs-1-0 1/1 Running 0 103s
12-
mdb-debug-mdb-rs-2-0 1/1 Running 0 102s
13-
mdb-rs-0 1/1 Running 0 2m40s
14-
mdb-rs-1 1/1 Running 0 95s
15-
mdb-rs-2 1/1 Running 0 49s
16-
mongodb-kubernetes-operator-7968fc5dc-gwmfp 1/1 Running 0 10m
9+
NAME READY STATUS RESTARTS AGE
10+
mdb-debug-mdb-rs-0-0 1/1 Running 0 2m26s
11+
mdb-debug-mdb-rs-1-0 1/1 Running 0 2m26s
12+
mdb-debug-mdb-rs-2-0 1/1 Running 0 2m25s
13+
mdb-rs-0 1/1 Running 0 2m29s
14+
mdb-rs-1 1/1 Running 0 89s
15+
mdb-rs-2 1/1 Running 0 46s
16+
mongodb-kubernetes-operator-5b44cd54d4-kvrpv 1/1 Running 0 2m47s

0 commit comments

Comments
 (0)