Skip to content

Commit 1d48671

Browse files
onprem: 2.8.0-rc.2
1 parent 2014d0e commit 1d48671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codefresh/files/mongoSetCompatibilityVersion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ parseMongoURI $MONGO_URI
3333

3434
waitForMongoDB
3535

36-
mongosh ${MONGODB_ROOT_URI} --eval "db.adminCommand( { setFeatureCompatibilityVersion: \"$MONGODB_COMPAT_VERSION\" } )"
36+
mongosh ${MONGODB_ROOT_URI} --eval "db.adminCommand( { setFeatureCompatibilityVersion: \"$MONGODB_COMPAT_VERSION\", confirm: true } )"

codefresh/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ mongodb:
11031103
memory: 256Mi
11041104
migration:
11051105
enabled: true
1106-
featureCompatibilityVersion: "6.0"
1106+
featureCompatibilityVersion: "7.0"
11071107

11081108
# -- nats
11091109
# @default -- See below

0 commit comments

Comments
 (0)