A chart.yaml file contains metadata of a Helm application package, for example, version and description.
apiVersion:v1
description:wiki service
name:devopscloud-xwiki
version:1.1
· version represents the version number of the application. You must change the version number when publishing a new version. · name represents the name of the Helm package. |