-
Notifications
You must be signed in to change notification settings - Fork 409
feat: Add support for hosting an artifacthub-repo.yml file #579
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
Conversation
fa90796 to
7b9e8e9
Compare
|
For me , I can accept the flag set mechanism for multi-tenancy but it maybe hard to set those flags if users have a large set of tenancy , any thoughts about the stdin (i.e.: json file stdin) ? |
Signed-off-by: Casey Buto <cbuto@d2iq.com>
Signed-off-by: Casey Buto <cbuto@d2iq.com>
Signed-off-by: Casey Buto <cbuto@d2iq.com>
yeah it definitely could be cumbersome to set all the flags. Reading a json file could work but that feels cumbersome for cases where users only use depth=0 or a small number of repos 🤔. Maybe supporting a combination of the two could be implemented in the future once we get some feedback? |
Yeah , I mean that . |
jdolitsky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great!
Fixes #419.
This is an initial take at hosting an
artifacthub-repo.ymlfrom ChartMuseum.Currently, it will only support setting the
repositoryIDin theartifacthub-repo.ymlfile, but adding more fields in the future shouldn't be too difficult.Let me know what you think, especially the CLI flag implementation for multitenancy.