github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_helm_repo_add.md (about) 1 # jackal tools helm repo add 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 add a chart repository 5 6 ``` 7 jackal tools helm repo add [NAME] [URL] [flags] 8 ``` 9 10 ## Options 11 12 ``` 13 --allow-deprecated-repos by default, this command will not allow adding official repos that have been permanently deleted. This disables that behavior 14 --ca-file string verify certificates of HTTPS-enabled servers using this CA bundle 15 --cert-file string identify HTTPS client using this SSL certificate file 16 --force-update replace (overwrite) the repo if it already exists 17 -h, --help help for add 18 --insecure-skip-tls-verify skip tls certificate checks for the repository 19 --key-file string identify HTTPS client using this SSL key file 20 --no-update Ignored. Formerly, it would disabled forced updates. It is deprecated by force-update. 21 --pass-credentials pass credentials to all domains 22 --password string chart repository password 23 --password-stdin read chart repository password from stdin 24 --username string chart repository username 25 ``` 26 27 ## Options inherited from parent commands 28 29 ``` 30 --burst-limit int client-side default throttling limit (default 100) 31 --debug enable verbose output 32 --kube-apiserver string the address and the port for the Kubernetes API server 33 --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups. 34 --kube-as-user string username to impersonate for the operation 35 --kube-ca-file string the certificate authority file for the Kubernetes API server connection 36 --kube-context string name of the kubeconfig context to use 37 --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 38 --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 39 --kube-token string bearer token used for authentication 40 --kubeconfig string path to the kubeconfig file 41 -n, --namespace string namespace scope for this request 42 --qps float32 queries per second used when communicating with the Kubernetes API, not including bursting 43 --registry-config string path to the registry config file 44 --repository-cache string path to the file containing cached repository indexes 45 --repository-config string path to the file containing repository names and URLs 46 ``` 47 48 ## SEE ALSO 49 50 * [jackal tools helm repo](jackal_tools_helm_repo.md) - add, list, remove, update, and index chart repositories