helm fetch
Download a chart from a repository and (optionally) unpack it in local directory
Options
Name | Description |
---|---|
--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 |
--destination, -d <destination> | Location to write the chart. If this and untardir are specified, untardir is appended to this |
--devel | Use development versions, too. Equivalent to version '>0.0.0-0'. If --version is set, this is ignored |
--insecure-skip-tls-verify | Skip tls certificate checks for the chart download |
--key-file <key-file> | Identify HTTPS client using this SSL key file |
--keyring <keyring> | Location of public keys used for verification |
--pass-credentials | Pass credentials to all domains |
--password <password> | Chart repository password where to locate the requested chart |
--prov | Fetch the provenance file, but don't perform verification |
--repo <repo> | Chart repository url where to locate the requested chart |
--untar | If set to true, will untar the chart after downloading it |
--untardir <untardir> | If untar is specified, this flag specifies the name of the directory into which the chart is expanded |
--username <username> | Chart repository username where to locate the requested chart |
--verify | Verify the package before using it |
--version <version> | Specify a version constraint for the chart version to use. This constraint can be a specific tag (e.g. 1.1.1) or it may reference a valid range (e.g. ^2.0.0). If this is not specified, the latest version is used |