Helm Chart Chart.yaml

From NovaOrdis Knowledge Base
Revision as of 19:48, 28 August 2019 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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.

appVersion

Optional element; the version of the application packaged in this chart. It does not need to be SemVer 2.

description

keywords

home

sources

maintainers

engine

icon

deprecated