Skip to content
Docs Try Aspire

HelmChartMaintainer Properties

Class Properties 3 members
Represents a maintainer of a Helm Chart as specified in the chart.yaml file.
Gets or sets the email address of the maintainer for the Helm chart.
public string Email { get; set; }
Gets or sets the name of the Helm chart maintainer.
public string Name { get; set; }
Gets or sets the URL associated with the Helm chart maintainer.
public string Url { get; set; }
This property specifies a web address related to the maintainer, such as a personal website, documentation, or a project repository URL. It is used for attribution or additional information about the maintainer.