Skip to main content

publicChartOptions

Hierarchy

  • LoadOptions
    • ChartOptions

Index

Properties

optionalapiVersions

apiVersions?: string[]

Kubernetes API versions used for Capabilities.APIVersions.

optionalcaFile

caFile?: string

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

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.

optionaldependencyUpdate

dependencyUpdate?: boolean

Run helm dependency update before installing the chart.

optionaldescription

description?: string

Add a custom description.

optionaldevel

devel?: boolean

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

optionalgenerateName

generateName?: boolean

Generate the name (and omit the name parameter).

optionalincludeCrds

includeCrds?: boolean

Include CRDs in the templated output.

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

optionalname

name?: string

Name of the release.

optionalnameTemplate

nameTemplate?: string

Specify template used to name the release.

optionalnamespace

namespace?: string

Namespace scope for this request.

optionalnoHooks

noHooks?: boolean

Prevent hooks from running during install.

optionalpassword

password?: string

Chart repository password where to locate the requested chart.

optionalrepo

repo?: string

Chart repository url where to locate the requested chart.

optionalskipTests

skipTests?: boolean

Skip tests from templated output.

optionaltimeout

timeout?: string

Time to wait for any individual Kubernetes operation (like Jobs for hooks)

@defaultValue

5m0s

optionalusername

username?: string

Chart repository username where to locate the requested chart.

optionalvalues

values?: unknown

Specify values.

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.

Methods

optionaltransform

  • Parameters

    Returns undefined | null | Manifest