HelmOperatorProperties.ChartVersion Property

Definition

Gets or sets version of the operator Helm chart.

[Newtonsoft.Json.JsonProperty(PropertyName="chartVersion")]
public string ChartVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="chartVersion")>]
member this.ChartVersion : string with get, set
Public Property ChartVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to