Skip to content

Commit bcbd125

Browse files
vasil-cfmikhail-klimko
authored andcommitted
fix: README.md (#58)
1 parent 3b7d7dd commit bcbd125

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

codefresh/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,11 +2032,11 @@ cfapi:
20322032

20332033
#### Auto-index creation in MongoDB
20342034

2035-
[Auto-index creation in MongoDB](#auto-index-creation-in-mongodb)
2035+
[Auto-index creation in MongoDB](#enabling-auto-index-creation)
20362036

2037-
#### ⚠️New indexes in MongoDB
2037+
#### ⚠️ New indexes in MongoDB
20382038

2039-
If you maintain indexes manually (i.e. [Auto-index creation](#auto-index-creation-in-mongodb) is off) you must create the following index **before** the upgrade:
2039+
If you maintain indexes manually (i.e. [Auto-index creation](#enabling-auto-index-creation) is off) you must create the following index **before** the upgrade:
20402040

20412041
- [Database: `read-models`, collection: `images-binaries`, index: `accountId_1_imageName_1`](https://github.com/codefresh-io/codefresh-onprem-helm/tree/release-2.8/indexes/read-models/images-binaries.json#L75-L94)
20422042

@@ -2071,9 +2071,9 @@ global:
20712071
- "value"
20722072
```
20732073

2074-
#### ⚠️New indexes in MongoDB
2074+
#### ⚠️ New indexes in MongoDB
20752075

2076-
If you maintain indexes manually (i.e. [Auto-index creation](#auto-index-creation-in-mongodb) is off) you must create the following indexes **before or right after** the upgrade:
2076+
If you maintain indexes manually (i.e. [Auto-index creation](#enabling-auto-index-creation) is off) you must create the following indexes **before or right after** the upgrade:
20772077

20782078
> ⚠ **Note!** In case if you create indexes **before** the upgrade, please, create `codefresh.feature-store-versioned` collection manually in advance.
20792079

0 commit comments

Comments
 (0)