mirror of
https://github.com/helm/helm.git
synced 2026-02-20 08:29:52 -05: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> |
||
|---|---|---|
| .. | ||
| doc.go | ||
| engine.go | ||
| engine_test.go | ||
| files.go | ||
| files_test.go | ||
| funcs.go | ||
| funcs_test.go | ||
| lookup_func.go | ||