Skip to content

HelmSharp.Repo

Package responsibility

HelmSharp.Repo handles chart repository metadata: add, remove, list, search, pull, push-to-OCI placeholder behavior, and index generation.

When to install

Install directly when building repository management tools:

powershell
dotnet add package HelmSharp.Repo --version 1.1.0

Dependencies

This package references HelmSharp.Chart and HelmSharp.Registry.

Main types

TypeUse it for
HelmChartRepositoryManage local repo config, search indexes, and pull charts.
HelmRepoIndexerGenerate repository index.yaml.
HelmRepositoryRepository configuration entry.
HelmRepoIndexParsed repository index.
HelmChartVersionChart version metadata from an index.
HelmChartSearchResultSearch result projection.

Common combinations

Use repository helpers before calling HelmChartLoader or high-level HelmClient operations.

Current boundaries

Authentication and OCI flows are intentionally limited in 1.1.0 compared with the full Helm CLI.

Released under the MIT License.