The dependencies map
The dependencies
map within Chart.yaml
supports many different fields for declaring dependencies and altering their behavior. Let’s look at the fields that are included in this map:
Field |
Description |
Required? |
Name |
The name of the dependency chart |
Yes |
Repository |
The location where the dependency chart resides |
Yes |
Version |
The chart dependency version |
Yes |
Condition |
A Boolean value that determines whether the dependency should be included or not |
No |
Tags |
A list of Boolean values that determine whether the chart should... |