diff --git a/manifests/2.4.1/opensearch-dashboards-2.4.1.yml b/manifests/2.4.1/opensearch-dashboards-2.4.1.yml index 3637f7e680..ddb0a9ac82 100644 --- a/manifests/2.4.1/opensearch-dashboards-2.4.1.yml +++ b/manifests/2.4.1/opensearch-dashboards-2.4.1.yml @@ -10,3 +10,6 @@ components: - name: OpenSearch-Dashboards repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git ref: '2.4' + - name: searchRelevanceDashboards + repository: https://github.com/opensearch-project/dashboards-search-relevance.git + ref: '2.4' diff --git a/manifests/2.5.0/opensearch-dashboards-2.5.0.yml b/manifests/2.5.0/opensearch-dashboards-2.5.0.yml index af75b2582c..e0255f4d27 100644 --- a/manifests/2.5.0/opensearch-dashboards-2.5.0.yml +++ b/manifests/2.5.0/opensearch-dashboards-2.5.0.yml @@ -10,3 +10,6 @@ components: - name: OpenSearch-Dashboards repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git ref: 2.x + - name: searchRelevanceDashboards + repository: https://github.com/opensearch-project/dashboards-search-relevance.git + ref: 2.x