From 940292daeb19a9aa0493fc9b4e6d84b4e6e9a754 Mon Sep 17 00:00:00 2001 From: thepetk Date: Thu, 14 Nov 2024 17:13:15 -0500 Subject: [PATCH 1/5] Add ai-lab-chatbot OWNERS file Signed-off-by: thepetk --- charts/community/ai-lab/chatbot/OWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 charts/community/ai-lab/chatbot/OWNERS diff --git a/charts/community/ai-lab/chatbot/OWNERS b/charts/community/ai-lab/chatbot/OWNERS new file mode 100644 index 0000000000..78b230d718 --- /dev/null +++ b/charts/community/ai-lab/chatbot/OWNERS @@ -0,0 +1,16 @@ +chart: + name: chatbot-ai-software-template + shortDescription: Chatbot AI Software Template +publicPgpKey: null +users: +- githubUsername: gabemontero +- githubUsername: johnmcollier +- githubUsername: elsony +- githubUsername: thepetk +- githubUsername: michael-valdron +- githubUsername: yangcao77 +- githubUsername: maysunfaisal +- githubUsername: Jdubrick +vendor: + label: ai-lab + name: RedHat AI Development \ No newline at end of file From 4b440cf74bdb485cfffdca12d1358e72d661e29a Mon Sep 17 00:00:00 2001 From: thepetk Date: Thu, 14 Nov 2024 17:23:12 -0500 Subject: [PATCH 2/5] Keep only core devfiles-team Signed-off-by: thepetk@gmail.com --- charts/community/ai-lab/chatbot/OWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/community/ai-lab/chatbot/OWNERS b/charts/community/ai-lab/chatbot/OWNERS index 78b230d718..1ad13e8044 100644 --- a/charts/community/ai-lab/chatbot/OWNERS +++ b/charts/community/ai-lab/chatbot/OWNERS @@ -3,7 +3,6 @@ chart: shortDescription: Chatbot AI Software Template publicPgpKey: null users: -- githubUsername: gabemontero - githubUsername: johnmcollier - githubUsername: elsony - githubUsername: thepetk From 529488290e4c34e2e97cfc308b70d35d85871181 Mon Sep 17 00:00:00 2001 From: thepetk Date: Thu, 14 Nov 2024 17:26:55 -0500 Subject: [PATCH 3/5] Fix chart naming Signed-off-by: thepetk --- charts/community/ai-lab/chatbot/OWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/community/ai-lab/chatbot/OWNERS b/charts/community/ai-lab/chatbot/OWNERS index 1ad13e8044..84796a6e88 100644 --- a/charts/community/ai-lab/chatbot/OWNERS +++ b/charts/community/ai-lab/chatbot/OWNERS @@ -1,6 +1,6 @@ chart: - name: chatbot-ai-software-template - shortDescription: Chatbot AI Software Template + name: chatbot-ai-sample + shortDescription: Chatbot AI Sample publicPgpKey: null users: - githubUsername: johnmcollier From bdddfc41c5f6d186c73f732041bef02926b06f01 Mon Sep 17 00:00:00 2001 From: thepetk Date: Fri, 15 Nov 2024 08:53:02 -0500 Subject: [PATCH 4/5] Fix path for chatbot-ai-sample --- charts/community/ai-lab/{chatbot => chatbot-ai-sample}/OWNERS | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename charts/community/ai-lab/{chatbot => chatbot-ai-sample}/OWNERS (100%) diff --git a/charts/community/ai-lab/chatbot/OWNERS b/charts/community/ai-lab/chatbot-ai-sample/OWNERS similarity index 100% rename from charts/community/ai-lab/chatbot/OWNERS rename to charts/community/ai-lab/chatbot-ai-sample/OWNERS From 8106edc7ecdc136403149b2d1bedd1c0d95ced1d Mon Sep 17 00:00:00 2001 From: thepetk Date: Fri, 15 Nov 2024 09:38:21 -0500 Subject: [PATCH 5/5] Remove RedHat from vendor name Signed-off-by: thepetk --- charts/community/ai-lab/chatbot-ai-sample/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/community/ai-lab/chatbot-ai-sample/OWNERS b/charts/community/ai-lab/chatbot-ai-sample/OWNERS index 84796a6e88..589c0f7820 100644 --- a/charts/community/ai-lab/chatbot-ai-sample/OWNERS +++ b/charts/community/ai-lab/chatbot-ai-sample/OWNERS @@ -12,4 +12,4 @@ users: - githubUsername: Jdubrick vendor: label: ai-lab - name: RedHat AI Development \ No newline at end of file + name: AI Development \ No newline at end of file