Share via


HelmChart.Dependencies Property

Definition

Represents the list of dependencies for the Helm chart. Dependencies specify other Helm charts that this chart relies on, including their configurations, such as name, version, repository, and additional metadata.

[YamlDotNet.Serialization.YamlMember(Alias="dependencies")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HelmChartDependency> Dependencies { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="dependencies")>]
member this.Dependencies : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HelmChartDependency> with get, set
Public Property Dependencies As List(Of HelmChartDependency)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to