Helm Chart Chart.yaml: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
=Example= | =Example= | ||
apiVersion: v1 | [[#apiVersion|apiVersion]]: v1 | ||
name: archaeopteryx | name: archaeopteryx | ||
version: 0.1.0 | version: 0.1.0 |
Revision as of 19:44, 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, specifying the chart API version, always "v1".