@@ -17,7 +17,44 @@ For detailed instructions on installing v2.7, visit [ArtifactHub](https://artifa
1717####Upgrading to v2.7
1818For details, see[ Upgrade to 2.7 in ArtifactHub] ( https://artifacthub.io/packages/helm/codefresh-onprem/codefresh#to-2-7-0 ) {: target ="\_ blank"}
1919
20+ ####New indexes
2021
22+ We added a new` feature-store-versioned ` collection which requires a couple of indexes for good performance.
23+
24+ You must create the indexes listed below_ ** after** upgrading_ to prevent disruption and avoid performance issues.
25+
26+ #####` createdAt_1 `
27+
28+ ` createdAt_1 ` (db:` codefresh ` ; collection:` feature-store-versioned ` )
29+
30+ ######Index details
31+
32+ ``` json
33+ {
34+ "createdAt" :1
35+ }
36+ ```
37+
38+ ######Index properties
39+
40+ ``` json
41+ {
42+ "expireAfterSeconds" :43200
43+ }
44+ ```
45+
46+ #####` LDRedisStoreVersion_1__id_-1 `
47+
48+ ` LDRedisStoreVersion_1__id_-1 ` (db:` codefresh ` ; collection:` feature-store-versioned ` )
49+
50+ ######Index details
51+
52+ ``` json
53+ {
54+ "LDRedisStoreVersion" :1 ,
55+ "_id" :-1
56+ }
57+ ```
2158
2259####General: Increased limit for audit logs
2360