From 72a56ca548d09dc74b722eb6ba5d730506a4485e Mon Sep 17 00:00:00 2001 From: Ferruh <63190600+ferruhcihan@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:21:29 +0200 Subject: [PATCH] feat: gitea otomi charts repo (#88) * test: otomi-charts * test: otomi charts * feat: create otomi/charts repo --- src/tasks/gitea/gitea.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tasks/gitea/gitea.ts b/src/tasks/gitea/gitea.ts index c4e32565..341e4a99 100644 --- a/src/tasks/gitea/gitea.ts +++ b/src/tasks/gitea/gitea.ts @@ -143,6 +143,8 @@ export default async function main(): Promise { // create main org repo: otomi/values await upsertRepo(existingTeams, existingRepos, orgApi, repoApi, repoOption) + // create otomi/charts repo for auto image updates + await upsertRepo(existingTeams, existingRepos, orgApi, repoApi, { ...repoOption, name: 'charts' }) // add repo: otomi/values to the team: otomi-viewer await doApiCall(