diff --git a/pkg/chart/chartfile.go b/pkg/chart/chartfile.go index 21687b435..effde9cc1 100644 --- a/pkg/chart/chartfile.go +++ b/pkg/chart/chartfile.go @@ -30,7 +30,7 @@ type Chartfile struct { Version string `yaml:"version"` Keywords []string `yaml:"keywords,omitempty"` Maintainers []*Maintainer `yaml:"maintainers,omitempty"` - Source []string `yaml:"source,omitempty"` + Source []string `yaml:"sources,omitempty"` Home string `yaml:"home"` } diff --git a/pkg/chart/testdata/badchartversion/Chart.yaml b/pkg/chart/testdata/badchartversion/Chart.yaml index 7d8fa8189..4407b54c3 100644 --- a/pkg/chart/testdata/badchartversion/Chart.yaml +++ b/pkg/chart/testdata/badchartversion/Chart.yaml @@ -8,6 +8,6 @@ maintainers: email: helm@example.com - name: Someone Else email: nobody@example.com -source: +sources: - https://example.com/foo/bar home: http://example.com diff --git a/pkg/chart/testdata/frobnitz-0.0.1.tgz b/pkg/chart/testdata/frobnitz-0.0.1.tgz index 83b921979..38bfb862e 100644 Binary files a/pkg/chart/testdata/frobnitz-0.0.1.tgz and b/pkg/chart/testdata/frobnitz-0.0.1.tgz differ diff --git a/pkg/chart/testdata/frobnitz/Chart.yaml b/pkg/chart/testdata/frobnitz/Chart.yaml index 2fa9ac025..1920d219b 100644 --- a/pkg/chart/testdata/frobnitz/Chart.yaml +++ b/pkg/chart/testdata/frobnitz/Chart.yaml @@ -10,6 +10,6 @@ maintainers: email: helm@example.com - name: Someone Else email: nobody@example.com -source: +sources: - https://example.com/foo/bar home: http://example.com diff --git a/pkg/chart/testdata/sprocket/Chart.yaml b/pkg/chart/testdata/sprocket/Chart.yaml index 1a0b759b5..b09e10439 100644 --- a/pkg/chart/testdata/sprocket/Chart.yaml +++ b/pkg/chart/testdata/sprocket/Chart.yaml @@ -10,6 +10,4 @@ maintainers: email: helm@example.com - name: Someone Else email: nobody@example.com -source: -- https://example.com/foo/bar home: http://example.com