|
|
@ -8,12 +8,11 @@ rebuild the charts/ directory based on the requirements.lock file
|
|
|
|
Build out the charts/ directory from the requirements.lock file.
|
|
|
|
Build out the charts/ directory from the requirements.lock file.
|
|
|
|
|
|
|
|
|
|
|
|
Build is used to reconstruct a chart's dependencies to the state specified in
|
|
|
|
Build is used to reconstruct a chart's dependencies to the state specified in
|
|
|
|
the lock file. This will not re-negotiate dependencies, as 'helm dependency update'
|
|
|
|
the lock file.
|
|
|
|
does.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If no lock file is found, 'helm dependency build' will mirror the behavior
|
|
|
|
|
|
|
|
of 'helm dependency update'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If no lock file is found, 'helm dependency build' will mirror the behavior of
|
|
|
|
|
|
|
|
the 'helm dependency update' command. This means it will update the on-disk
|
|
|
|
|
|
|
|
dependencies to mirror the requirements.yaml file and generate a lock file.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
helm dependency build [flags] CHART
|
|
|
|
helm dependency build [flags] CHART
|
|
|
|