helm inspect readme
Show the chart's README
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 |
--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 |
--repo <repo> | Chart repository url where to locate the requested chart |
--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 |