...
Configure MongoDB Replica Sets:
set .Values.mongodb.hidden.replicaCount in values.yaml to either “1” or “3”. “1” is recommended for testing.
include the replica set nodes into the mongoDb connection string
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.
...