diff --git a/manifests/2.3.0/opensearch-2.3.0.yml b/manifests/2.3.0/opensearch-2.3.0.yml index 2c8bb402a3..63b032dd67 100644 --- a/manifests/2.3.0/opensearch-2.3.0.yml +++ b/manifests/2.3.0/opensearch-2.3.0.yml @@ -99,3 +99,29 @@ components: checks: - gradle:properties:version - gradle:dependencies:opensearch.version + - name: notifications-core + repository: https://github.com/opensearch-project/notifications.git + ref: '2.3' + platforms: + - linux + 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.3' + platforms: + - linux + working_directory: notifications + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: notifications + - name: alerting + repository: https://github.com/opensearch-project/alerting.git + ref: '2.3' + platforms: + - linux + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: alerting diff --git a/manifests/2.3.0/opensearch-dashboards-2.3.0.yml b/manifests/2.3.0/opensearch-dashboards-2.3.0.yml index 0d5d1411c9..354ac77191 100644 --- a/manifests/2.3.0/opensearch-dashboards-2.3.0.yml +++ b/manifests/2.3.0/opensearch-dashboards-2.3.0.yml @@ -32,3 +32,7 @@ components: repository: https://github.com/opensearch-project/dashboards-maps.git working_directory: src/plugins/custom_import_map ref: '2.3' + - name: notificationsDashboards + repository: https://github.com/opensearch-project/notifications.git + working_directory: dashboards-notifications + ref: '2.3'