# 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/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Kubernetes/Resources/HelmChart.cs#L27-L136)

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