-
Notifications
You must be signed in to change notification settings - Fork 62
[epic] Support direct bundle installation #597
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
Comments
FYI @varshaprasad96 |
With the switch happening from rukpak to kapp, it would be great if direct installs could also support Helm. The use case would be that if a helm chart exists in a helm repo, the kapp controller would be able to install it directly. The reason why this use case is important, is that it is unlikely that a helm chart maintainer would build a catalog to wrap their chart, but instead they publish it to a chart repo. |
A candidate brief started (but not reviewable) here |
I implemented a proof of concept as part of #1418. We should revisit that PR when we have time to pick this issue up. |
This requires us to determine a way to feature-gate API changes before we could work it. |
After #596 goes in, we can implement support for installing a bundle from a URL instead of resolving it from a catalog. To do this, we'll have a very strict set of guardrails:
The text was updated successfully, but these errors were encountered: