Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add opensearch-remote-metadata-sdk to manifest #5228

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions manifests/2.19.0/opensearch-2.19.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ components:
platforms:
- linux
- windows
- name: opensearch-remote-metadata-sdk
repository: https://github.com/opensearch-project/opensearch-remote-metadata-sdk.git
ref: 2.x
platforms:
- linux
- windows
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: 2.x
Expand Down Expand Up @@ -174,6 +180,7 @@ components:
- windows
depends_on:
- common-utils
- opensearch-remote-metadata-sdk
- name: skills
repository: https://github.com/opensearch-project/skills.git
ref: 2.x
Expand Down
10 changes: 10 additions & 0 deletions manifests/3.0.0/opensearch-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ components:
checks:
- gradle:publish
- gradle:properties:version
- name: opensearch-remote-metadata-sdk
repository: https://github.com/opensearch-project/opensearch-remote-metadata-sdk.git
ref: main
platforms:
- linux
- windows
checks:
- gradle:publish
- gradle:properties:version
- name: ml-commons
repository: https://github.com/opensearch-project/ml-commons.git
ref: main
Expand Down Expand Up @@ -221,6 +230,7 @@ components:
- windows
depends_on:
- common-utils
- opensearch-remote-metadata-sdk
- name: opensearch-system-templates
repository: https://github.com/opensearch-project/opensearch-system-templates.git
ref: main
Expand Down
Loading