# HelmChartDescriptionAnnotation

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.4.0-preview.1.26281.18`
- Namespace: `Aspire.Hosting.Kubernetes`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Kubernetes/Annotations/HelmChartDescriptionAnnotation.cs)
- Implements: `IResourceAnnotation`

An annotation placed on a [KubernetesEnvironmentResource](/reference/api/csharp/aspire.hosting.kubernetes/kubernetesenvironmentresource.md) that specifies the Helm chart description written to the generated `Chart.yaml`.

## Definition

```csharp
namespace Aspire.Hosting.Kubernetes;

public sealed class HelmChartDescriptionAnnotation
    : Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
    // ...
}
```

## Constructors

- [HelmChartDescriptionAnnotation(ReferenceExpression)](/reference/api/csharp/aspire.hosting.kubernetes/helmchartdescriptionannotation/constructors.md#constructor-referenceexpression) -- An annotation placed on a [KubernetesEnvironmentResource](/reference/api/csharp/aspire.hosting.kubernetes/kubernetesenvironmentresource.md) that specifies the Helm chart description written to the generated `Chart.yaml`.

## Properties

- [Description](/reference/api/csharp/aspire.hosting.kubernetes/helmchartdescriptionannotation/properties.md#description) : `ReferenceExpression` `get` -- Gets the Helm chart description as a `ApplicationModel.ReferenceExpression`.
