You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When make build'ing the k8s-monitoring chart 2.0, it often updates every chart file.
This is because building tgz, even with the same contents, updates headers that include timestamps. That means, even if there are no changes to the feature charts, the parent chart rebundles and marks them as modified.
I'd love to make the makefile smarter to avoid changes unless the file actually has changed.
The text was updated successfully, but these errors were encountered:
When
make build
'ing the k8s-monitoring chart 2.0, it often updates every chart file.This is because building tgz, even with the same contents, updates headers that include timestamps. That means, even if there are no changes to the feature charts, the parent chart rebundles and marks them as modified.
I'd love to make the makefile smarter to avoid changes unless the file actually has changed.
The text was updated successfully, but these errors were encountered: