Helm Chart Chart.yaml: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
[[#apiVersion|apiVersion]]: v1 | [[#apiVersion|apiVersion]]: v1 | ||
name: archaeopteryx | [[#name|name]]: archaeopteryx | ||
version: 0.1.0 | [[#version|version]]: 0.1.0 | ||
appVersion: "1.0" | appVersion: "1.0" | ||
description: A Helm chart for Kubernetes | description: A Helm chart for Kubernetes | ||
Line 23: | Line 23: | ||
====apiVersion==== | ====apiVersion==== | ||
Required element | Required element; the chart API version, always "v1". | ||
====name==== | ====name==== | ||
Required element; the name of the chart. | |||
====version==== | ====version==== | ||
Required element; [[Software_Development#Semantic_Versioning|SemVer 2]] version. | |||
====appVersion==== | ====appVersion==== | ||
====description==== | ====description==== |
Revision as of 19:46, 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: A Helm chart for Kubernetes
Elements
apiVersion
Required element; the chart API version, always "v1".
name
Required element; the name of the chart.
version
Required element; SemVer 2 version.