publicChartOptions
Hierarchy
- LoadOptions
- PullOptions
- TemplateOptions
- ChartOptions
Index
Properties
Methods
Properties
optionalapiVersions
optionalcaFile
Verify certificates of HTTPS-enabled servers using this CA bundle.
optionalcache
Cache options.
optionalcertFile
Identify HTTPS client using this SSL certificate file.
chart
The path of a local chart or the name of a remote chart.
optionaldependencyUpdate
Run helm dependency update before installing the chart.
optionaldescription
Add a custom description.
optionaldevel
Use development versions, too. Equivalent to version '>0.0.0-0'. If
version
is set, this is ignored.
optionalgenerateName
Generate the name (and omit the name
parameter).
optionalincludeCrds
Include CRDs in the templated output.
optionalinsecureSkipTlsVerify
Skip tls certificate checks for the chart download.
optionalisUpgrade
Set .Release.IsUpgrade
instead of .Release.IsInstall
.
optionalkeyFile
Identify HTTPS client using this SSL key file.
optionalkeyring
Location of public keys used for verification.
optionalkubeVersion
Kubernetes version used for Capabilities.KubeVersion
.
optionalname
Name of the release.
optionalnameTemplate
Specify template used to name the release.
optionalnamespace
Namespace scope for this request.
optionalnoHooks
Prevent hooks from running during install.
optionalpassCredentials
Pass credentials to all domains.
optionalpassword
Chart repository password where to locate the requested chart.
optionalpostRenderer
The path to an executable to be used for post rendering. If it exists in
$PATH
, the binary will be used, otherwise it will try to look for the
executable at the given path.
optionalpostRendererArgs
Arguments to the post-renderer.
optionalrepo
Chart repository url where to locate the requested chart.
optionalskipTests
Skip tests from templated output.
optionaltimeout
Time to wait for any individual Kubernetes operation (like Jobs for hooks)
optionalusername
Chart repository username where to locate the requested chart.
optionalvalues
Specify values.
optionalverify
Verify the package before using it.
optionalversion
Specify the exact chart version to use. If this is not specified, the latest version is used.
Kubernetes API versions used for
Capabilities.APIVersions
.