helm repo add
Add a chart repository
Options
Name | Description |
---|---|
--allow-deprecated-repos | By default, this command will not allow adding official repos that have been permanently deleted. This disables that behavior |
--ca-file <ca-file> | Verify certificates of HTTPS-enabled servers using this CA bundle |
--cert-file <cert-file> | Identify HTTPS client using this SSL certificate file |
--force-update | Replace (overwrite) the repo if it already exists |
--insecure-skip-tls-verify | Skip tls certificate checks for the repository |
--key-file <key-file> | Identify HTTPS client using this SSL key file |
--no-update | Ignored. Formerly, it would disabled forced updates. It is deprecated by force-update |
--pass-credentials | Pass credentials to all domains |
--password <password> | Chart repository password |
--password-stdin | Read chart repository password from stdin |
--username <username> | Chart repository username |