From 543ef57f2084d0b54e772786b052a7eaa1eb67a3 Mon Sep 17 00:00:00 2001 From: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com> Date: Fri, 4 Mar 2022 11:14:35 -0500 Subject: [PATCH] Updates 1.3 dashboards manifest to have security-dashboards-plugin reference 1.3 instead of main (#1702) Signed-off-by: Darshit Chanpura --- manifests/1.3.0/opensearch-dashboards-1.3.0.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 27c5643cdf..932742f28e 100644 --- a/manifests/1.3.0/opensearch-dashboards-1.3.0.yml +++ b/manifests/1.3.0/opensearch-dashboards-1.3.0.yml @@ -23,7 +23,7 @@ components: ref: "main" - name: securityDashboards repository: https://github.com/opensearch-project/security-dashboards-plugin.git - ref: main + ref: "1.3" - name: anomalyDetectionDashboards repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin ref: "1.3"