This directory tree contains default properties of helm charts if no version or namespace is specified in your helmfile.yaml file along with default values files.
The file layout is [repositoryPrefix]/chartName/defaults.yaml with the YAML file containing a version: property and an optional default namespace property which is used if no namespace is specified in the helmfile.yaml
e.g.
The mapping of repository prefixes to URLs is specified in the repositories.yml file
A chart folder can include a values file or values template:
[repositoryPrefix]/chartName/values.yamlthevalues.yamlwhich should be added to the helm command via--valuesargument[repositoryPrefix]/chartName/values.yaml.gotmpla go template which is rendered byhelmfileinto avalues.yamlwhich will be added to the helm command via--valuesargument
e.g.