@hashgraph/solo
    Preparing search index...

    The options to be supplied to the helm install command.

    if set, the installation process deletes the installation on failure. The --wait flag will be set automatically if --atomic is used.

    create the release namespace if not present.

    update dependencies if they are missing before installing the chart.

    add a custom description.

    enable DNS lookups when rendering templates.

    force resource updates through a replacement strategy.

    pass credentials to all domains.

    chart repository password where to locate the requested chart.

    chart repository url where to locate the requested chart.

    set values on the command line (can specify multiple or separate values with commas: key1=val1,key2=val2)

    if set, no CRDs will be installed. By default, CRDs are installed if not already present.

    time to wait for any individual Kubernetes operation (like Jobs for hooks) (default 5m0s).

    chart repository username where to locate the requested chart.

    specify values in a YAML file or a URL (can specify multiple).

    verify the package before installing it.

    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.

    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 Kubernetes context to use.

    the namespace to install the chart in.

    additional arguments to pass to the helm command.

    Implements

    Index

    Constructors

    • Parameters

      • atomic: boolean
      • createNamespace: boolean
      • dependencyUpdate: boolean
      • description: string
      • enableDNS: boolean
      • force: boolean
      • passCredentials: boolean
      • password: string
      • repo: string
      • set: string[]
      • skipCrds: boolean
      • timeout: string
      • username: string
      • values: string[]
      • verify: boolean
      • version: string
      • waitFor: boolean
      • kubeContext: string
      • namespace: string
      • extraArguments: string

      Returns InstallChartOptions

    Accessors

    Methods