Helm LogoDocs

 

Helm Dependency Build

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. This will not re-negotiate dependencies, as ‘helm dependency update’ does.

If no lock file is found, ‘helm dependency build’ will mirror the behavior of ‘helm dependency update’.

helm dependency build [flags] CHART

Options

      --keyring string   keyring containing public keys (default "/Users/roflynnc/.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 "/Users/roflynnc/.helm")
      --host string               address of Tiller. Overrides $HELM_HOST
      --kube-context string       name of the kubeconfig context to use
      --tiller-namespace string   namespace of Tiller (default "kube-system")

SEE ALSO

Auto generated by spf13/cobra on 13-Jan-2020