Commit 1ca02d6e authored by Matt Butcher's avatar Matt Butcher

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

fix(chart): change source to sources in chart file
parents 2cf0171a ec9b086a
......@@ -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
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment