missing=append(missing,fmt.Sprintf("%q (repository %q, version %q)",d.Name,d.Repository,d.Version))
}
}
iflen(missing)>0{
returnnil,errors.Errorf("can't get a valid version for repositories %s. Try changing the version constraint in Chart.yaml",strings.Join(missing,", "))
returnnil,errors.Errorf("can't get a valid version for %d subchart(s): %s. Make sure a matching chart version exists in the repo, or change the version constraint in Chart.yaml",len(missing),strings.Join(missing,", "))