Provide a way to conveniently vendor chart dependencies into the repo and update dependencies
Opened this issue · 0 comments
distorhead commented
Before proceeding
- I didn't find a similar issue
Problem
Current way to vendor deps:
- Describe dependency in the .helm/Chart.yaml with repository field.
- Run werf helm dependency update.
- Unpack downloaded .helm/charts/CHART-VERSION.tgz and remove this tar gz.
- Comment
repository
line of target chart. - Run werf helm dependency update again.
- Commit all new and changed files to the git.
Solution (if you have one)
Maybe some special werf dependency update --verdor
command which performs steps 2, 3, 4 and 5 automatically.
Additional information
No response