Skip to content

Commit

Permalink
Add AD plugins to 2.2 manifests (#2425)
Browse files Browse the repository at this point in the history
* Add AD plugins to 2.2 manifests

Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler authored Aug 5, 2022
1 parent 1542759 commit b455bd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/2.2.0/opensearch-2.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '2.2'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
3 changes: 3 additions & 0 deletions manifests/2.2.0/opensearch-dashboards-2.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ components:
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: '2.2'
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '2.2'

0 comments on commit b455bd8

Please sign in to comment.