Skip to main content

publicTemplateOptions

Hierarchy

Index

Properties

optionalapiVersions

apiVersions?: string[]

Kubernetes API versions used for Capabilities.APIVersions.

optionaldependencyUpdate

dependencyUpdate?: boolean

Run helm dependency update before installing the chart.

optionaldescription

description?: string

Add a custom description.

optionalgenerateName

generateName?: boolean

Generate the name (and omit the name parameter).

optionalincludeCrds

includeCrds?: boolean

Include CRDs in the templated output.

optionalisUpgrade

isUpgrade?: boolean

Set .Release.IsUpgrade instead of .Release.IsInstall.

optionalkubeVersion

kubeVersion?: string

Kubernetes version used for Capabilities.KubeVersion.

optionalname

name?: string

Name of the release.

optionalnameTemplate

nameTemplate?: string

Specify template used to name the release.

optionalnamespace

namespace?: string

Namespace scope for this request.

optionalnoHooks

noHooks?: boolean

Prevent hooks from running during install.

optionalpostRenderer

postRenderer?: string

The path to an executable to be used for post rendering. If it exists in $PATH, the binary will be used, otherwise it will try to look for the executable at the given path.

optionalpostRendererArgs

postRendererArgs?: string[]

Arguments to the post-renderer.

@defaultValue

[]

optionalskipTests

skipTests?: boolean

Skip tests from templated output.

optionaltimeout

timeout?: string

Time to wait for any individual Kubernetes operation (like Jobs for hooks)

@defaultValue

5m0s

optionalvalues

values?: unknown

Specify values.