@hashgraph/solo
    Preparing search index...

    The builder for the InstallChartOptions.

    Index

    Methods

    • 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.

      Parameters

      • version: string

        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.

      Returns InstallChartOptionsBuilder

      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.

      Parameters

      • waitFor: boolean

        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.

      Returns InstallChartOptionsBuilder

      the current InstallChartOptionsBuilder.