Skip to content

Commit

Permalink
Add Notifications and Notifications Dashboards to 2.2 manifest (#2426)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com>
  • Loading branch information
qreshi authored Aug 5, 2022
1 parent 95b8b73 commit 1542759
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifests/2.2.0/opensearch-2.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: '2.2'
working_directory: notifications
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-notifications-core
- name: notifications
repository: https://github.com/opensearch-project/notifications.git
ref: '2.2'
working_directory: notifications
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
4 changes: 4 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 @@ -20,3 +20,7 @@ components:
repository: https://github.com/opensearch-project/dashboards-maps.git
working_directory: src/plugins/custom_import_map
ref: '2.2'
- name: notificationsDashboards
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: '2.2'

0 comments on commit 1542759

Please sign in to comment.