github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_helm_repo_update.md (about)

     1  # jackal tools helm repo update
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  update information of available charts locally from chart repositories
     5  
     6  ## Synopsis
     7  
     8  
     9  Update gets the latest information about charts from the respective chart repositories.
    10  Information is cached locally, where it is used by commands like 'helm search'.
    11  
    12  You can optionally specify a list of repositories you want to update.
    13  	$ jackal tools helm repo update <repo_name> ...
    14  To update all the repositories, use 'jackal tools helm repo update'.
    15  
    16  
    17  ```
    18  jackal tools helm repo update [REPO1 [REPO2 ...]] [flags]
    19  ```
    20  
    21  ## Options
    22  
    23  ```
    24        --fail-on-repo-update-fail   update fails if any of the repository updates fail
    25    -h, --help                       help for update
    26  ```
    27  
    28  ## Options inherited from parent commands
    29  
    30  ```
    31        --burst-limit int                 client-side default throttling limit (default 100)
    32        --debug                           enable verbose output
    33        --kube-apiserver string           the address and the port for the Kubernetes API server
    34        --kube-as-group stringArray       group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    35        --kube-as-user string             username to impersonate for the operation
    36        --kube-ca-file string             the certificate authority file for the Kubernetes API server connection
    37        --kube-context string             name of the kubeconfig context to use
    38        --kube-insecure-skip-tls-verify   if true, the Kubernetes API server's certificate will not be checked for validity. This will make your HTTPS connections insecure
    39        --kube-tls-server-name string     server name to use for Kubernetes API server certificate validation. If it is not provided, the hostname used to contact the server is used
    40        --kube-token string               bearer token used for authentication
    41        --kubeconfig string               path to the kubeconfig file
    42    -n, --namespace string                namespace scope for this request
    43        --qps float32                     queries per second used when communicating with the Kubernetes API, not including bursting
    44        --registry-config string          path to the registry config file
    45        --repository-cache string         path to the file containing cached repository indexes
    46        --repository-config string        path to the file containing repository names and URLs
    47  ```
    48  
    49  ## SEE ALSO
    50  
    51  * [jackal tools helm repo](jackal_tools_helm_repo.md)	 - add, list, remove, update, and index chart repositories