Skip to content
DocsTry Aspire
DocsTry

withHelmImage

Method
📦 CommunityToolkit.Aspire.Hosting.K3s v13.5.0
interface K3sClusterResource {
// ... omitted for brevity
withHelmImage(
tag?: string,
image?: string,
registry?: string): K3sClusterResource;
}

Signature

methodwithHelmImagebuilder
Overrides the container image used to run `helm upgrade --install` for all `HelmReleaseResource` children of this cluster.
withHelmImage(
tag?: string,
image?: string,
registry?: string): K3sClusterResource
tagstringoptional
imagestringoptional
registrystringoptional
K3sClusterResource

Applies to

This method applies to the following types: