helm/internal/resolver
Matt Farina ff147e9ed7
Locking file URIs to a version in lockfile
Previously, if a range was specified for a file:// url as a
dependency the range would be put in the lockfile. Lockfiles are
designed to pin to a specific version and not support ranges. This
is for reproducibility.

The change here pins to a the specific version of the chart
specified using the file:// when update is run.

Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-07-22 15:42:26 -04:00
..
testdata ref(tests): localize unit test fixtures to package 2020-05-22 11:39:20 -07:00
resolver.go Locking file URIs to a version in lockfile 2020-07-22 15:42:26 -04:00
resolver_test.go Locking file URIs to a version in lockfile 2020-07-22 15:42:26 -04:00