Skip to content

Commit

Permalink
Add alerting and ml
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Jul 13, 2022
1 parent d9187de commit ec58cb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/1.3.4/opensearch-1.3.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: security
repository: https://github.com/opensearch-project/security.git
ref: '1.3'
Expand Down Expand Up @@ -56,6 +62,12 @@ components:
platforms:
- darwin
- linux
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '1.3'
Expand Down

0 comments on commit ec58cb3

Please sign in to comment.