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

     1  ## helm repo update
     2  
     3  Update information of available charts locally from chart repositories
     4  
     5  ### Synopsis
     6  
     7  
     8  Update gets the latest information about charts from the respective chart repositories.
     9  Information is cached locally, where it is used by commands like 'helm search'.
    10  
    11  'helm update' is the deprecated form of 'helm repo update'. It will be removed in
    12  future releases.
    13  
    14  You can specify the name of a repository you want to update.
    15  
    16  	$ helm repo update <repo_name>
    17  
    18  To update all the repositories, use 'helm repo update'.
    19  
    20  
    21  
    22  ```
    23  helm repo update [REPO_NAME] [flags]
    24  ```
    25  
    26  ### Options
    27  
    28  ```
    29    -h, --help     help for update
    30        --strict   Fail on update warnings
    31  ```
    32  
    33  ### Options inherited from parent commands
    34  
    35  ```
    36        --debug                           Enable verbose output
    37        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    38        --host string                     Address of Tiller. Overrides $HELM_HOST
    39        --kube-context string             Name of the kubeconfig context to use
    40        --kubeconfig string               Absolute path of the kubeconfig file to be used
    41        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    42        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    43  ```
    44  
    45  ### SEE ALSO
    46  
    47  * [helm repo](helm_repo.md)	 - Add, list, remove, update, and index chart repositories
    48  
    49  ###### Auto generated by spf13/cobra on 7-Jun-2019