Skip to content

Commit

Permalink
Adding AD to 2.11 manifests (#4089)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz authored Oct 2, 2023
1 parent 53e4917 commit f8287a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifests/2.11.0/opensearch-2.11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: 2.x
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
3 changes: 3 additions & 0 deletions manifests/2.11.0/opensearch-dashboards-2.11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ components:
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/dashboards-query-workbench.git
ref: 2.x
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: 2.x

0 comments on commit f8287a5

Please sign in to comment.