# HelmChart Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [HelmChart](/reference/api/csharp/aspire.hosting.kubernetes/helmchart.md)
- Kind: `Constructors`
- Members: `1`

Represents a Helm Chart metadata definition with properties corresponding to the chart.yaml specification.

## HelmChart

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/HelmChart.cs#L27-L136)

```csharp
public sealed class HelmChart
{
    public HelmChart()
    {
        // ...
    }
}
```
