HelmChart.ApiVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.