HelmChart.AppVersion 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 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