helm/pkg/chart/v2/lint/rules
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
chartfile.go
chartfile_test.go fix:semverv2 lint test error message 2025-09-05 13:10:41 +02:00
crds.go
crds_test.go
dependencies.go
dependencies_test.go
deprecations.go
deprecations_test.go
template.go Merge pull request #31376 from benoittgt/accept-yaml-yml 2025-10-21 15:23:40 -04:00
template_test.go Reproducible chart archive builds 2025-10-29 11:49:22 -04:00
values.go Extend --skip-schema-validation for lint command 2025-09-10 15:23:05 +02:00
values_test.go Extend --skip-schema-validation for lint command 2025-09-10 15:23:05 +02:00