Skip to content
Docs Try Aspire
Docs Try

HelmChartOptions

Handle
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
interface HelmChartOptions {
withChartVersion(version: ParameterResource): HelmChartOptions;
withNamespace(namespace: ParameterResource): HelmChartOptions;
withReleaseName(releaseName: ParameterResource): HelmChartOptions;
}

Methods

Sets the Helm chart version for deployment.
withChartVersion(version: ParameterResource): HelmChartOptions
version ParameterResource
HelmChartOptions
Sets the target Kubernetes namespace for deployment.
withNamespace(namespace: ParameterResource): HelmChartOptions
namespace ParameterResource
HelmChartOptions
Sets the Helm release name for deployment.
withReleaseName(releaseName: ParameterResource): HelmChartOptions
releaseName ParameterResource
HelmChartOptions