Helm Go SDK

The Helm Go SDK provides Go packages for programmatically performing Helm actions such as install, upgrade, list, and rollback without using the CLI. The SDK is published as helm.sh/helm/v3 and provides a stable API surface for tooling that embeds Helm functionality.

API entry from apis.yml

apis.yml Raw ↑
aid: helm:go-sdk
name: Helm Go SDK
description: The Helm Go SDK provides Go packages for programmatically performing Helm actions such as
  install, upgrade, list, and rollback without using the CLI. The SDK is published as helm.sh/helm/v3
  and provides a stable API surface for tooling that embeds Helm functionality.
humanURL: https://helm.sh/docs/v3/sdk/gosdk/
tags:
- Go
- Kubernetes
- Package Manager
- SDK
properties:
- type: Documentation
  url: https://helm.sh/docs/v3/sdk/gosdk/
- type: Reference
  url: https://pkg.go.dev/helm.sh/helm/v3
- type: GitHubRepository
  url: https://github.com/helm/helm