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
Code of Conduct
Additional context
No response
What happened?
Reckoner runs
helm dependency updateafter cloning a Git repo. This updates dependencies instead of using the Chart.lock versionsInstead, it should run
helm dependency buildhttps://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