Open
Description
What happened?
Reckoner runs helm dependency update
after cloning a Git repo. This updates dependencies instead of using the Chart.lock versions
Instead, 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 dependencies
Version
6.0.0
Search
- I did search for other open and closed issues before opening this.
Code of Conduct
- I agree to follow this project's Code of Conduct
Additional context
No response