fixes#1171 so `helm install` will accept chart.tgz files with the Chart.yaml in the root folder but give a warning to indicate that charts should put the yaml file in a directory
// but lets accept tarballs where the Chart.yaml is in the root folder too
root:=false
for_,f:=rangefiles{
iff.name=="Chart.yaml"{
root=true
fmt.Println("Warning: this chart file contains `Chart.yaml` in the root of the tgz file. Chart tgz files should include the Chart.yaml inside a child directory")