Skip to content

Commit

Permalink
Add k-nn,geospatial,dashboard-maps to 2.3.0 manifest.
Browse files Browse the repository at this point in the history
Signed-off-by: Navneet Verma <[email protected]>
  • Loading branch information
navneet1v committed Sep 7, 2022
1 parent 53ce2ea commit 2d6a5fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifests/2.3.0/opensearch-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,19 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.3'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: '2.3'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
4 changes: 4 additions & 0 deletions manifests/2.3.0/opensearch-dashboards-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: 2.x
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
working_directory: src/plugins/custom_import_map
ref: '2.3'

0 comments on commit 2d6a5fd

Please sign in to comment.