Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.2 KB

ChartMetadata.md

File metadata and controls

20 lines (16 loc) · 1.2 KB

ChartMetadata

Properties

Name Type Description Notes
Name string The name of the chart [default to null]
Home string The URL to the relevant project page [optional] [default to null]
Sources []string The URL to the source code of chart [optional] [default to null]
Version string A SemVer 2 version of chart [default to null]
Description string A one-sentence description of chart [optional] [default to null]
Keywords []string A list of string keywords [optional] [default to null]
Engine string The name of template engine [default to null]
Icon string The URL to an icon file [default to null]
ApiVersion string The API version of this chart [default to null]
AppVersion string The version of the application enclosed in the chart [default to null]
Deprecated bool Whether or not this chart is deprecated [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]