Skip to content

HelmSharp.Release

Package responsibility

HelmSharp.Release stores Helm-style release records in Kubernetes Secrets.

When to install

Most applications get this package through HelmSharp.Action. Install it directly only when building custom release storage workflows.

powershell
dotnet add package HelmSharp.Release --version 1.1.0

Dependencies

This package depends on the Kubernetes .NET client and references chart and Kubernetes helper packages.

Main types

TypeUse it for
HelmReleaseStoreSave, list, load, and update release records.
HelmReleaseRecordRepresent a release revision, manifest, values, and status.

Common combinations

HelmClient uses HelmReleaseStore for install, upgrade, uninstall, status, history, and get operations.

Current boundaries

Release storage follows Helm-style Secret records, but this package is not a general-purpose audit database.

Released under the MIT License.