pull/30822/merge
Damien Retzinger 2 weeks ago committed by GitHub
commit b43c044aec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -159,7 +159,7 @@ func writeTarContents(out *tar.Writer, c *chart.Chart, prefix string) error {
if err != nil {
return err
}
base := filepath.Join(prefix, c.Name())
base := filepath.Join(prefix, c.Name()+"-"+c.Metadata.Version)
// Pull out the dependencies of a v1 Chart, since there's no way
// to tell the serializer to skip a field for just this use case

Loading…
Cancel
Save