helm dependency build
Rebuild the charts/ directory based on the requirements.lock file
Synopsis
Build out the charts/ directory from the requirements.lock file.
Build is used to reconstruct a chart's dependencies to the state specified in the lock file.
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
Options
  -h, --help             help for build
      --keyring string   Keyring containing public keys (default "~/.gnupg/pubring.gpg")
      --verify           Verify the packages against signatures
Options inherited from parent commands
      --debug                           Enable verbose output
      --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
      --host string                     Address of Tiller. Overrides $HELM_HOST
      --kube-context string             Name of the kubeconfig context to use
      --kubeconfig string               Absolute path of the kubeconfig file to be used
      --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
      --tiller-namespace string         Namespace of Tiller (default "kube-system")
SEE ALSO
- helm dependency - Manage a chart's dependencies