-
Notifications
You must be signed in to change notification settings - Fork 17
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
[FEATURE] support helm repo add #562
Comments
Thank you for this suggestion about adding helm repo add support, @devopsmash. We appreciate you taking the time to provide this insight, and we'll update this thread once we have more information to share. |
Hi @feraio, Thank you for your comment. In my opinion, working with remote Helm chart repositories is significantly easier when you don't need to download the Helm chart file each time. I typically work with ArgoCD to manage my Helm charts. ArgoCD natively supports remote Helm chart repositories, making application lifecycle management (such as upgrades) significantly easier (link). Here are some examples for many common services that support remote Helm charts repositories:
|
Hi @feraio I defiinitely agree on @devopsmash about that. I have same use case with ArgoCD, and could not make it work with direct .tgz link. |
Just notices this issue. I have made a two lines PR that could help #656 |
Hello guys! Thanks for your input, I've just shared this topic with our team considering latest information and we will have more information soon. We are also finishing some details to enable contributions to our repositories in a easier way. |
It will be great if you can add support for
helm repo add
for your helm charts by turning your GitHub Repo Into a Helm Chart Repomore info can be found here:
The text was updated successfully, but these errors were encountered: