From d98f228d4d431a06c5ab1fcb6f22383eed681615 Mon Sep 17 00:00:00 2001 From: Vasil Sudakou Date: Wed, 21 May 2025 11:56:37 +0300 Subject: [PATCH] fix: README.md --- codefresh/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/codefresh/README.md b/codefresh/README.md index df583bdb6..aa562d98f 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -2032,11 +2032,11 @@ cfapi: #### Auto-index creation in MongoDB -[Auto-index creation in MongoDB](#auto-index-creation-in-mongodb) +[Auto-index creation in MongoDB](#enabling-auto-index-creation) -#### ⚠️New indexes in MongoDB +#### ⚠️ New indexes in MongoDB -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: +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: - [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) @@ -2071,9 +2071,9 @@ global: - "value" ``` -#### ⚠️New indexes in MongoDB +#### ⚠️ New indexes in MongoDB -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: +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: > ⚠ **Note!** In case if you create indexes **before** the upgrade, please, create `codefresh.feature-store-versioned` collection manually in advance.