-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Closed
Labels
bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Milestone
Description
Hello,
There seem to be a bug that was reintroduced in Helm3
Running helm package mychart/ -d ./ produces a .tgz archive. However, when extracting it...
tar -xzf mychart.tgz I get warning such as
tar: mychart/Chart.yaml: implausibly old time stamp 1969-12-31 19:00:00
This is happening in both 3.0.0 and 3.0.1.
It also seem to have been fixed last year
#4158
https://github.com/helm/helm/pull/4161/files
I guess this comment was forgotten ^^
Output of helm version:
version.BuildInfo{Version:"v3.0.1", GitCommit:"7c22ef9ce89e0ebeb7125ba2ebf7d421f3e82ffa", GitTreeState:"clean", GoVersion:"go1.13.4"}
Output of kubectl version: NA
Cloud Provider/Platform (AKS, GKE, Minikube etc.): NA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.