Share via


HelmChart.KubeVersion Property

Definition

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

Applies to