Skip to content

Commit

Permalink
Add some plugins to the 1.3.6 manifest (opensearch-project#2670)
Browse files Browse the repository at this point in the history
* Add security plugin into the manifest

Signed-off-by: Zelin Hao <[email protected]>

* Add more components

Signed-off-by: Zelin Hao <[email protected]>

Signed-off-by: Zelin Hao <[email protected]>
Signed-off-by: Monu Singh <[email protected]>
  • Loading branch information
zelinh authored and monusingh-1 committed Nov 2, 2022
1 parent 28937cf commit 72b7b84
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions manifests/1.3.6/opensearch-1.3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,22 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: '1.3'
working_directory: reports-scheduler
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version

0 comments on commit 72b7b84

Please sign in to comment.