Dependencies should be built, not updated #690
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
What happened?
Reckoner runs
helm dependency update
after cloning a Git repo. This updates dependencies instead of using the Chart.lock versionsInstead, it should run
helm dependency build
https://github.com/FairwindsOps/reckoner/blob/master/pkg/helm/helm.go#L106
What did you expect to happen?
Dependencies follow Chart.lock
How can we reproduce this?
Use the
git:
option on a repo with dependenciesVersion
6.0.0
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: