# HelmChartMaintainer Constructors

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

Represents a maintainer of a Helm Chart as specified in the chart.yaml file.

## HelmChartMaintainer

- Name: `Constructor`

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