mirror of
https://github.com/helm/helm.git
synced 2026-04-28 09:38:45 -04:00
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 | ||
| util | ||
| capabilities.go | ||
| capabilities_test.go | ||
| errors.go | ||
| errors_test.go | ||
| file.go | ||
| values.go | ||
| values_test.go | ||