github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_dependency_update.md (about)

     1  ## helm dependency update
     2  
     3  update charts/ based on the contents of requirements.yaml
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  Update the on-disk dependencies to mirror the requirements.yaml file.
    10  
    11  This command verifies that the required charts, as expressed in 'requirements.yaml',
    12  are present in 'charts/' and are at an acceptable version. It will pull down
    13  the latest charts that satisfy the dependencies, and clean up old dependencies.
    14  
    15  On successful update, this will generate a lock file that can be used to
    16  rebuild the requirements to an exact version.
    17  
    18  Dependencies are not required to be represented in 'requirements.yaml'. For that
    19  reason, an update command will not remove charts unless they are (a) present
    20  in the requirements.yaml file, but (b) at the wrong version.
    21  
    22  
    23  ```
    24  helm dependency update [flags] CHART
    25  ```
    26  
    27  ### Options
    28  
    29  ```
    30        --keyring string   keyring containing public keys (default "~/.gnupg/pubring.gpg")
    31        --skip-refresh     do not refresh the local repository cache
    32        --verify           verify the packages against signatures
    33  ```
    34  
    35  ### Options inherited from parent commands
    36  
    37  ```
    38        --debug                     enable verbose output
    39        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    40        --host string               address of Tiller. Overrides $HELM_HOST
    41        --kube-context string       name of the kubeconfig context to use
    42        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    43        --tiller-namespace string   namespace of Tiller (default "kube-system")
    44  ```
    45  
    46  ### SEE ALSO
    47  * [helm dependency](helm_dependency.md)	 - manage a chart's dependencies
    48  
    49  ###### Auto generated by spf13/cobra on 7-Nov-2017