From 33cbea70b4fe78ae684825d711ac850fe03372ee Mon Sep 17 00:00:00 2001 From: Eugene Lee Date: Fri, 11 Feb 2022 06:29:29 -0800 Subject: [PATCH] Add ganttCharts and reports (#1617) Signed-off-by: Eugene Lee --- manifests/1.3.0/opensearch-dashboards-1.3.0.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifests/1.3.0/opensearch-dashboards-1.3.0.yml b/manifests/1.3.0/opensearch-dashboards-1.3.0.yml index c6aac378da..cafe0a94f2 100644 --- a/manifests/1.3.0/opensearch-dashboards-1.3.0.yml +++ b/manifests/1.3.0/opensearch-dashboards-1.3.0.yml @@ -24,3 +24,11 @@ components: - name: anomalyDetectionDashboards repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin ref: main + - name: reportsDashboards + repository: https://github.com/opensearch-project/dashboards-reports.git + working_directory: dashboards-reports + ref: "main" + - name: ganttChartDashboards + repository: https://github.com/opensearch-project/dashboards-visualizations.git + working_directory: gantt-chart + ref: "main"