Interface: ChartOptions
@kosko/helm.ChartOptions
Hierarchy
LoadOptions↳
ChartOptions
Properties
apiVersions
• Optional apiVersions: string[]
Kubernetes API versions used for Capabilities.APIVersions.
Defined in
caFile
• Optional caFile: string
Verify certificates of HTTPS-enabled servers using this CA bundle.
Defined in
certFile
• Optional certFile: string
Identify HTTPS client using this SSL certificate file.
Defined in
chart
• chart: string
The path of a local chart or the name of a remote chart.
Defined in
dependencyUpdate
• Optional dependencyUpdate: boolean
Run helm dependency update before installing the chart.
Defined in
description
• Optional description: string
Add a custom description.
Defined in
devel
• Optional devel: boolean
Use development versions, too. Equivalent to version '>0.0.0-0'. If version is set, this is ignored.
Defined in
generateName
• Optional generateName: boolean
Generate the name (and omit the name parameter).
Defined in
includeCrds
• Optional includeCrds: boolean
Include CRDs in the templated output.
Defined in
keyFile
• Optional keyFile: string
Identify HTTPS client using this SSL key file.
Defined in
keyring
• Optional keyring: string
Location of public keys used for verification (default ~/.gnupg/pubring.gpg).
Defined in
name
• Optional name: string
Name of the release.
Defined in
nameTemplate
• Optional nameTemplate: string
Specify template used to name the release.
Defined in
namespace
• Optional namespace: string
Namespace scope for this request.
Defined in
noHooks
• Optional noHooks: boolean
Prevent hooks from running during install.
Defined in
password
• Optional password: string
Chart repository password where to locate the requested chart.
Defined in
repo
• Optional repo: string
Chart repository url where to locate the requested chart.
Defined in
skipTests
• Optional skipTests: boolean
Skip tests from templated output.
Defined in
timeout
• Optional timeout: string
Time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s)
Defined in
username
• Optional username: string
Chart repository username where to locate the requested chart.
Defined in
values
• Optional values: any
Specify values.
Defined in
verify
• Optional verify: boolean
Verify the package before using it.
Defined in
version
• Optional version: string
Specify the exact chart version to use. If this is not specified, the latest version is used.
Defined in
Methods
transform
▸ Optional transform(manifest): undefined | null | Manifest
Parameters
| Name | Type | 
|---|---|
manifest | Manifest | 
Returns
undefined | null | Manifest
Inherited from
LoadOptions.transform
Defined in
packages/yaml/dist/load.d.ts:7