-
Notifications
You must be signed in to change notification settings - Fork 46
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
fix(helm-git): multiple fixes #262
Conversation
Thank you for the contribution 🙏 |
Thank you for the feedback. Enjoy your vacations! 🌴 |
Ping 👼 |
Hey there! Sorry for the long delay and thank you for pinging again! |
@GMartinez-Sisti hey, I would like to merge this PR, let me know if you're able to do the required change. I may take the PR over if not. |
Hi @aslafy-z, sorry for not picking this up earlier! I already lost context for this PR 😬 Feel free to take it 😄 |
Ported with #266
Wouldn't this defeat the cache? What would be the right time to refresh for you? Tracked at #292.
Ported with #268. It would be a nice to have as a pre-commit step/in the ci, issue at #288. Edit 2024/07/09: Updated |
Thank you for your work on this PR. Every bits are now either implemented or tracked within new issues. See my previous comment: #262 (comment). |
Why
I was trying this awesome plugin, but found some issues with the way I wanted to use it. I want to be able to use packaged helm charts from a branch, the charts and
index.yaml
might be in the root folder of the repository and this was not allowed.Also had to set the
url
togit+ssh://git@github.com/org/repository/path/package-x.x.x.tgz?ref=branch&sparse=0&depupdate=1&package=0
inindex.yaml
on all the packages for this work.What
@
HELM_GIT_REPO_CACHE
the branch wouldn't be updated, probably the initial intention was to only use tags