Skip to content
DocsTry Aspire
DocsTry

KindHelmChartResource.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

Defined on

This method is defined on the following type: