Optional
logger: SoloLoggerExecutes the Helm CLI repo add sub-command and adds a new repository.
the repository to add.
Executes the Helm CLI dependency update sub-command and updates the dependencies of the specified Helm chart.
the name of the chart to update.
Executes the Helm CLI install sub-command and installs a Helm chart passing the flags and arguments provided.
the name of the release.
the Helm chart to install.
the options to pass to the Helm CLI command.
the Release that was installed.
Executes the Helm CLI list sub-command and returns the list of releases.
if true, list releases across all namespaces.
Optional
namespace: stringthe namespace to list releases from. Only used if allNamespaces is false.
Optional
kubeContext: stringthe list of releases.
Executes the Helm CLI repo list sub-command and returns the list of repositories.
the list of repositories.
Executes the Helm CLI repo remove sub-command and removes a repository.
the repository to remove.
Executes the Helm CLI test sub-command and tests the specified Helm chart.
the name of the release to test.
the options to pass to the Helm CLI command.
Executes the Helm CLI uninstall sub-command and uninstalls the specified Helm chart.
the name of the release to uninstall.
the options to pass to the Helm CLI command.
Executes the Helm CLI upgrade sub-command and upgrades a Helm chart.
the name of the release.
the Helm chart to upgrade.
the options to pass to the Helm CLI command.
the Release that was upgraded.
Executes the Helm CLI version sub-command and returns the reported version.
the version of the Helm CLI that is being used by this client.
The HelmClient is a bridge between TypeScript and the Helm CLI. The client is highly dependent on specific features and versions of the Helm CLI tools; therefore, all implementations are expected to provide a packaged Helm executable of the appropriate version for each supported OS and architecture.