Skip to content

Commit

Permalink
feat: gitea otomi charts repo (#88)
Browse files Browse the repository at this point in the history
* test: otomi-charts

* test: otomi charts

* feat: create otomi/charts repo
  • Loading branch information
ferruhcihan authored Oct 20, 2023
1 parent 3d1336e commit 72a56ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tasks/gitea/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ export default async function main(): Promise<void> {

// 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(
Expand Down

0 comments on commit 72a56ca

Please sign in to comment.