The options to be supplied to the helm install command.
Param: atomic
if set, the installation process deletes the installation on failure. The --wait flag will
be set automatically if --atomic is used.
Param: createNamespace
create the release namespace if not present.
Param: dependencyUpdate
update dependencies if they are missing before installing the chart.
Param: description
add a custom description.
Param: enableDNS
enable DNS lookups when rendering templates.
Param: force
force resource updates through a replacement strategy.
Param: passCredentials
pass credentials to all domains.
Param: password
chart repository password where to locate the requested chart.
Param: repo
chart repository url where to locate the requested chart.
Param: set
set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
Param: skipCrds
if set, no CRDs will be installed. By default, CRDs are installed if not already present.
Param: timeout
time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s).
Param: username
chart repository username where to locate the requested chart.
Param: values
specify values in a YAML file or a URL (can specify multiple).
Param: verify
verify the package before installing it.
Param: 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.
Param: waitFor
if set, will wait until all Pods, PVCs, Services, and minimum number of Pods of a
Deployment, StatefulSet, or ReplicaSet are in a ready state before marking the release as
successful. It will wait for as long as --timeout.
The options to be supplied to the helm install command.
Param: atomic
if set, the installation process deletes the installation on failure. The --wait flag will be set automatically if --atomic is used.
Param: createNamespace
create the release namespace if not present.
Param: dependencyUpdate
update dependencies if they are missing before installing the chart.
Param: description
add a custom description.
Param: enableDNS
enable DNS lookups when rendering templates.
Param: force
force resource updates through a replacement strategy.
Param: passCredentials
pass credentials to all domains.
Param: password
chart repository password where to locate the requested chart.
Param: repo
chart repository url where to locate the requested chart.
Param: set
set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
Param: skipCrds
if set, no CRDs will be installed. By default, CRDs are installed if not already present.
Param: timeout
time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s).
Param: username
chart repository username where to locate the requested chart.
Param: values
specify values in a YAML file or a URL (can specify multiple).
Param: verify
verify the package before installing it.
Param: 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.
Param: waitFor
if set, will wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment, StatefulSet, or ReplicaSet are in a ready state before marking the release as successful. It will wait for as long as --timeout.
Param: kubeContext
the Kubernetes context to use.
Param: namespace
the namespace to install the chart in.
Param: extraArgs
additional arguments to pass to the helm command.