Skip to content
DocsTry Aspire
DocsTry

withChartVersion

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KindHelmChartResource {
// ... omitted for brevity
withChartVersion(version: string): KindHelmChartResource;
}

Signature

methodwithChartVersionbuilder
Sets the chart version (maps to `helm install --version`).
withChartVersion(version: string): KindHelmChartResource
versionstring
KindHelmChartResource

Applies to

This method applies to the following types: