HelmChart.KubeVersion 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.
Specifies the required Kubernetes version for the Helm Chart. This property allows you to define the compatibility of the chart with a specific Kubernetes version or version range.
[YamlDotNet.Serialization.YamlMember(Alias="kubeVersion")]
public string? KubeVersion { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="kubeVersion")>]
member this.KubeVersion : string with get, set
Public Property KubeVersion As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute