Skip to main content

publicPullOptions

Hierarchy

Index

Properties

optionalcaFile

caFile?: string

Verify certificates of HTTPS-enabled servers using this CA bundle.

optionalcache

cache?: CacheOptions

Cache options.

optionalcertFile

certFile?: string

Identify HTTPS client using this SSL certificate file.

chart

chart: string

The path of a local chart or the name of a remote chart.

optionaldevel

devel?: boolean

Use development versions, too. Equivalent to version '>0.0.0-0'. If version is set, this is ignored.

optionalinsecureSkipTlsVerify

insecureSkipTlsVerify?: boolean

Skip tls certificate checks for the chart download.

optionalkeyFile

keyFile?: string

Identify HTTPS client using this SSL key file.

optionalkeyring

keyring?: string

Location of public keys used for verification.

@defaultValue

~/.gnupg/pubring.gpg

optionalpassCredentials

passCredentials?: boolean

Pass credentials to all domains.

optionalpassword

password?: string

Chart repository password where to locate the requested chart.

optionalrepo

repo?: string

Chart repository url where to locate the requested chart.

optionalusername

username?: string

Chart repository username where to locate the requested chart.

optionalverify

verify?: boolean

Verify the package before using it.

optionalversion

version?: string

Specify the exact chart version to use. If this is not specified, the latest version is used.