Skip to content
DocsTry Aspire
DocsTry

HelmChartOptions

Handle
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
interface HelmChartOptions {
withChartDescription(description: ParameterResource): HelmChartOptions;
withChartName(name: ParameterResource): HelmChartOptions;
withChartVersion(version: ParameterResource): HelmChartOptions;
withNamespace(namespace: ParameterResource): HelmChartOptions;
withReleaseName(releaseName: ParameterResource): HelmChartOptions;
}

Methods

Sets the Helm chart description written to the generated Chart.yaml.
withChartDescription(description: ParameterResource): HelmChartOptions
descriptionParameterResource
HelmChartOptions
Sets the Helm chart name written to the generated Chart.yaml.
withChartName(name: ParameterResource): HelmChartOptions
nameParameterResource
HelmChartOptions
Sets the Helm chart version for deployment.
withChartVersion(version: ParameterResource): HelmChartOptions
versionParameterResource
HelmChartOptions
Sets the target Kubernetes namespace for deployment.
withNamespace(namespace: ParameterResource): HelmChartOptions
namespaceParameterResource
HelmChartOptions
Sets the Helm release name for deployment.
withReleaseName(releaseName: ParameterResource): HelmChartOptions
releaseNameParameterResource
HelmChartOptions