Share via


HelmChart.AppVersion Property

Definition

Represents the version of the application for which this Helm chart is designed. This property typically aligns with the application's semantic versioning.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to