Share via


HelmChart.Deprecated Property

Definition

Indicates whether the Helm chart is deprecated. When set to true, it specifies that the chart is no longer recommended for use and may not receive updates or support.

[YamlDotNet.Serialization.YamlMember(Alias="deprecated")]
public bool? Deprecated { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="deprecated")>]
member this.Deprecated : Nullable<bool> with get, set
Public Property Deprecated As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to