mirror of https://github.com/helm/helm.git
Building the same chart into an archive multiple times will have the same sha256 hash. Perviously, the time in the headers for a file was time.Now() which changed each time. The time is now collected from the operating system when the file is loaded and this time is used. Fixes: #3612 Signed-off-by: Matt Farina <matt.farina@suse.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| chartfile.go | ||
| chartfile_test.go | ||
| crds.go | ||
| crds_test.go | ||
| dependencies.go | ||
| dependencies_test.go | ||
| deprecations.go | ||
| deprecations_test.go | ||
| template.go | ||
| template_test.go | ||
| values.go | ||
| values_test.go | ||