Merge pull request #752 from technosophos/fix/749-missing-sources

fix(chart): change source to sources in chart file
pull/754/head
Matt Butcher 8 years ago
commit 1ca02d6eb0

@ -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"`
}

@ -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

Binary file not shown.

@ -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

@ -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

Loading…
Cancel
Save