github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_helm_dependency_update.md (about) 1 # jackal tools helm dependency update 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 update charts/ based on the contents of Chart.yaml 5 6 ## Synopsis 7 8 9 Update the on-disk dependencies to mirror Chart.yaml. 10 11 This command verifies that the required charts, as expressed in 'Chart.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 dependencies to an exact version. 17 18 Dependencies are not required to be represented in 'Chart.yaml'. For that 19 reason, an update command will not remove charts unless they are (a) present 20 in the Chart.yaml file, but (b) at the wrong version. 21 22 23 ``` 24 jackal tools helm dependency update CHART [flags] 25 ``` 26 27 ## Options 28 29 ``` 30 -h, --help help for update 31 --keyring string keyring containing public keys 32 --skip-refresh do not refresh the local repository cache 33 --verify verify the packages against signatures 34 ``` 35 36 ## Options inherited from parent commands 37 38 ``` 39 --burst-limit int client-side default throttling limit (default 100) 40 --debug enable verbose output 41 --kube-apiserver string the address and the port for the Kubernetes API server 42 --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups. 43 --kube-as-user string username to impersonate for the operation 44 --kube-ca-file string the certificate authority file for the Kubernetes API server connection 45 --kube-context string name of the kubeconfig context to use 46 --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 47 --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 48 --kube-token string bearer token used for authentication 49 --kubeconfig string path to the kubeconfig file 50 -n, --namespace string namespace scope for this request 51 --qps float32 queries per second used when communicating with the Kubernetes API, not including bursting 52 --registry-config string path to the registry config file 53 --repository-cache string path to the file containing cached repository indexes 54 --repository-config string path to the file containing repository names and URLs 55 ``` 56 57 ## SEE ALSO 58 59 * [jackal tools helm dependency](jackal_tools_helm_dependency.md) - manage a chart's dependencies