feat(cli,package): store dep charts including version and name

Signed-off-by: Damien Retzinger <damienwebdev@gmail.com>
pull/30822/head
Damien Retzinger 5 months ago
parent 31e22b9866
commit 4c74a633e7
No known key found for this signature in database
GPG Key ID: 0F1978B6C3520225

@ -158,7 +158,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