Skip to content

Commit

Permalink
Add PerformanceAnalyzer plugin to manifest 1.2.0 (#871)
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Joseph <karisjos@amazon.com>
  • Loading branch information
kjoseph07 authored Nov 3, 2021
1 parent 60a2962 commit d2d77fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifests/1.2.0/opensearch-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,17 @@ components:
- name: security
repository: https://github.com/opensearch-project/security.git
ref: "main"
- name: performance-analyzer-rca
repository: https://github.com/opensearch-project/performance-analyzer-rca.git
ref: "main"
checks:
- gradle:properties:version
- name: performance-analyzer
repository: https://github.com/opensearch-project/performance-analyzer.git
ref: "main"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- darwin
- linux

0 comments on commit d2d77fb

Please sign in to comment.