K3sClusterResource.withHelmImage
Method
interface K3sClusterResource { // ... omitted for brevity withHelmImage( tag?: string, image?: string, registry?: string): K3sClusterResource;}Signature
method
withHelmImagebuilderOverrides the container image used to run `helm upgrade --install` for all `HelmReleaseResource` children of this cluster.
withHelmImage( tag?: string, image?: string, registry?: string): K3sClusterResourceParameters
tagstringoptionalimagestringoptionalregistrystringoptionalReturns
K3sClusterResourceDefined on
This method is defined on the following type: