Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1022 Bytes

File metadata and controls

20 lines (16 loc) · 1022 Bytes

ChartMetadata

Properties

Name Type Description Notes
name str The name of the chart
home str The URL to the relevant project page [optional]
sources list[str] The URL to the source code of chart [optional]
version str A SemVer 2 version of chart
description str A one-sentence description of chart [optional]
keywords list[str] A list of string keywords [optional]
engine str The name of template engine
icon str The URL to an icon file
api_version str The API version of this chart
app_version str The version of the application enclosed in the chart
deprecated bool Whether or not this chart is deprecated [optional]

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