Helm Chart Chart.yaml: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
[[#version|version]]: 0.1.0 | [[#version|version]]: 0.1.0 | ||
[[#appVersion|appVersion]]: "1.0" | [[#appVersion|appVersion]]: "1.0" | ||
description: | [[#description|description]]: archaeopteryx Helm chart | ||
=Elements= | =Elements= | ||
Line 37: | Line 37: | ||
Optional element; the version of the application packaged in this chart. It does not need to be [[Software_Development#Semantic_Versioning|SemVer 2]]. | Optional element; the version of the application packaged in this chart. It does not need to be [[Software_Development#Semantic_Versioning|SemVer 2]]. | ||
====description==== | ====description==== | ||
Optional element; the single-sentence description of this project. | |||
====keywords==== | ====keywords==== | ||
====home==== | ====home==== |
Revision as of 19:49, 28 August 2019
External
Internal
Overview
The chart's main metadata file. It is required to be present. Some of the required and optional elements are presented below, unknown elements will be silently ignored.
Example
apiVersion: v1 name: archaeopteryx version: 0.1.0 appVersion: "1.0" description: archaeopteryx Helm chart
Elements
apiVersion
Required element; the chart API version, always "v1".
name
Required element; the name of the chart.
version
Required element; SemVer 2 version.
appVersion
Optional element; the version of the application packaged in this chart. It does not need to be SemVer 2.
description
Optional element; the single-sentence description of this project.