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

Gather charts releases from external git repos releases to single Helm repository #104

Open
MurzNN opened this issue Feb 8, 2022 · 1 comment

Comments

@MurzNN
Copy link

MurzNN commented Feb 8, 2022

Current action parses only locally available charts. But it's very inconvenient to manage large single monorepo with plenty of different charts, because we've got a mess of PRs, commits and issues from different charts in one plain place.

To decrease such mess Helm monorepo owners must enforce rules to force prefixes with chart name to all commit messages, PRs and issues, tackle with changelog generators to make separate changelogs per each chart.

So managing each chart (or logical group of related charts) in separate git repository is much more convenient for all!

But with this way we've got problem with generating a Helm repo using chart-releaser-action, that must somehow aggregate all charts from external git repositories in single repository.

So will be good to implement ability to gather chart releases from listed external Helm Chart git repositories when generating packages index file.

@MurzNN
Copy link
Author

MurzNN commented Feb 8, 2022

Examples of problems with large Helm Chart monorepos you can lookup here:

List of issues, PRs and commits are plain mess with mix from different charts, without ability to filter them by individual chart!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant