github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_dependency_build.md (about)

     1  ## helm dependency build
     2  
     3  Rebuild the charts/ directory based on the requirements.lock file
     4  
     5  ### Synopsis
     6  
     7  
     8  Build out the charts/ directory from the requirements.lock file.
     9  
    10  Build is used to reconstruct a chart's dependencies to the state specified in
    11  the lock file.
    12  
    13  If no lock file is found, 'helm dependency build' will mirror the behavior of
    14  the 'helm dependency update' command. This means it will update the on-disk
    15  dependencies to mirror the requirements.yaml file and generate a lock file.
    16  
    17  
    18  ```
    19  helm dependency build [flags] CHART
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help             help for build
    26        --keyring string   Keyring containing public keys (default "~/.gnupg/pubring.gpg")
    27        --verify           Verify the packages against signatures
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --debug                           Enable verbose output
    34        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    35        --host string                     Address of Tiller. Overrides $HELM_HOST
    36        --kube-context string             Name of the kubeconfig context to use
    37        --kubeconfig string               Absolute path of the kubeconfig file to be used
    38        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    39        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    40  ```
    41  
    42  ### SEE ALSO
    43  
    44  * [helm dependency](helm_dependency.md)	 - Manage a chart's dependencies
    45  
    46  ###### Auto generated by spf13/cobra on 16-May-2019