helm/pkg/chart/common/util
Matt Farina ca8eae9361
Reproducible chart archive builds
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>
2025-10-29 11:49:22 -04:00
..
testdata Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
coalesce.go Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
coalesce_test.go Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
jsonschema.go Avoid "panic: interface conversion: interface {} is nil" 2025-09-07 16:45:32 +02:00
jsonschema_test.go Avoid "panic: interface conversion: interface {} is nil" 2025-09-07 16:45:32 +02:00
values.go Move lint pkg to be part of each chart version 2025-09-02 12:14:37 -04:00
values_test.go Reproducible chart archive builds 2025-10-29 11:49:22 -04:00