mirror of
https://github.com/helm/helm.git
synced 2026-02-19 02:39:04 -05:00
As a carryover from the days when we only allowed one source, the source field was still labeled 'source' instead of 'sources'. Fixed and updated all of the tests.
13 lines
283 B
YAML
13 lines
283 B
YAML
name: frobnitz
|
|
description: This is a frobniz.
|
|
version: "garbage"
|
|
keywords:
|
|
- bad bad chart file
|
|
maintainers:
|
|
- name: The Helm Team
|
|
email: helm@example.com
|
|
- name: Someone Else
|
|
email: nobody@example.com
|
|
sources:
|
|
- https://example.com/foo/bar
|
|
home: http://example.com
|