From 5fa7fdd78046339ae248917f767de4e1bb937b82 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Fri, 29 Nov 2024 13:58:15 +0000 Subject: [PATCH 1/2] feat(RHOAIENG-15495): Add component metadata manifest Refer to [RHOAIENG-15495](https://issues.redhat.com/browse/RHOAIENG-15495) --- config/component_metadata.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/component_metadata.yaml diff --git a/config/component_metadata.yaml b/config/component_metadata.yaml new file mode 100644 index 00000000..125d2c2d --- /dev/null +++ b/config/component_metadata.yaml @@ -0,0 +1,13 @@ +releases: + - name: TrustyAI operator + version: latest + repoUrl: https://github.com/trustyai-explainability/trustyai-service-operator + - name: TrustyAI service + version: latest + repoUrl: https://github.com/trustyai-explainability/trustyai-explainability + - name: TrustyAI LMEval driver + version: latest + repoUrl: https://github.com/trustyai-explainability/trustyai-service-operator + - name: TrustyAI LMEval job + version: latest + repoUrl: https://github.com/opendatahub-io/lm-evaluation-harness \ No newline at end of file From a2f17d651f75504f6fb901849109e1c91058cd34 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Fri, 29 Nov 2024 14:12:17 +0000 Subject: [PATCH 2/2] Add new line to fix linting --- config/component_metadata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/component_metadata.yaml b/config/component_metadata.yaml index 125d2c2d..e53985dc 100644 --- a/config/component_metadata.yaml +++ b/config/component_metadata.yaml @@ -10,4 +10,4 @@ releases: repoUrl: https://github.com/trustyai-explainability/trustyai-service-operator - name: TrustyAI LMEval job version: latest - repoUrl: https://github.com/opendatahub-io/lm-evaluation-harness \ No newline at end of file + repoUrl: https://github.com/opendatahub-io/lm-evaluation-harness