if set, the installation process deletes the installation on failure. The --wait flag will be set automatically if --atomic is used.
if set, the installation process deletes the installation on failure. The --wait flag will be set automatically if --atomic is used.
the current InstallChartOptionsBuilder.
if set, create the release namespace if not present.
if set, create the release namespace if not present.
the current InstallChartOptionsBuilder.
if set, update dependencies if they are missing before installing the chart.
if set, update dependencies if they are missing before installing the chart.
the current InstallChartOptionsBuilder.
add a custom description.
add a custom description.
the current InstallChartOptionsBuilder.
enable DNS lookups when rendering templates.
enable DNS lookups when rendering templates.
the current InstallChartOptionsBuilder.
Sets additional arguments to pass to the helm command.
This builder instance.
if set, force resource updates through a replacement strategy.
if set, force resource updates through a replacement strategy.
the current InstallChartOptionsBuilder.
Sets the Kubernetes context to use.
The Kubernetes context.
This builder instance.
Set the namespace for the installation.
the namespace to install the chart in.
the current InstallChartOptionsBuilder.
pass credentials to all domains.
pass credentials to all domains.
the current InstallChartOptionsBuilder.
chart repository password where to locate the requested chart.
chart repository password where to locate the requested chart.
the current InstallChartOptionsBuilder.
chart repository url where to locate the requested chart.
chart repository url where to locate the requested chart.
the current InstallChartOptionsBuilder.
set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)
the current InstallChartOptionsBuilder.
if set, no CRDs will be installed. By default, CRDs are installed if not already present.
if set, no CRDs will be installed. By default, CRDs are installed if not already present.
the current InstallChartOptionsBuilder.
time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s).
time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s).
the current InstallChartOptionsBuilder.
chart repository username where to locate the requested chart.
chart repository username where to locate the requested chart.
the current InstallChartOptionsBuilder.
specify values in a YAML file or a URL (can specify multiple).
specify values in a YAML file or a URL (can specify multiple).
the current InstallChartOptionsBuilder.
verify the package before installing it.
verify the package before installing it.
the current InstallChartOptionsBuilder.
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.
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.
the current InstallChartOptionsBuilder.
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.
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 current InstallChartOptionsBuilder.
Static
builderReturns an instance of the InstallChartOptionsBuilder.
the InstallChartOptionsBuilder.
The builder for the InstallChartOptions.