Share via


HelmChart.ApiVersion Property

Definition

Represents the API version of the Helm chart.

[YamlDotNet.Serialization.YamlMember(Alias="apiVersion")]
public string ApiVersion { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="apiVersion")>]
member this.ApiVersion : string with get, set
Public Property ApiVersion As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The ApiVersion property defines the schema version for the Helm chart. It is a required field and ensures compatibility between the Helm chart and the chart engine that processes it.

Applies to