KubernetesPublisherOptions.HelmChartVersion 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.
Gets or sets the version of the Helm chart to be generated. This property specifies the version number that will be assigned to the Helm chart, typically following semantic versioning conventions.
public string HelmChartVersion { get; set; }
member this.HelmChartVersion : string with get, set
Public Property HelmChartVersion As String