...
fixed ReplicaSet configuration, based on the recommendations from MongoDB. Do not use arbiter and set .Values.mongodb.hidden.replicaCount in values.yaml to either “1” or “3”. For testing, “1” is recommended.
...
Configure MongoDB Replica Sets:
set .Values.mongodb.hidden.replicaCount in values.yaml to either “1” or “3”. “1” is recommended for testing.
Improvements to configuration item browser:
CIs can now be organized into groups
Order of CIs can be changed via drag and drop. Also works inside CI groups. Caveat: Only works reliably with new CIs created after deployment.
...