Release Args
data class ReleaseArgs(val allowNullValues: Output<Boolean>? = null, val atomic: Output<Boolean>? = null, val chart: Output<String>? = null, val cleanupOnFail: Output<Boolean>? = null, val compat: Output<String>? = null, val createNamespace: Output<Boolean>? = null, val dependencyUpdate: Output<Boolean>? = null, val description: Output<String>? = null, val devel: Output<Boolean>? = null, val disableCRDHooks: Output<Boolean>? = null, val disableOpenapiValidation: Output<Boolean>? = null, val disableWebhooks: Output<Boolean>? = null, val forceUpdate: Output<Boolean>? = null, val keyring: Output<String>? = null, val lint: Output<Boolean>? = null, val manifest: Output<Map<String, Any>>? = null, val maxHistory: Output<Int>? = null, val name: Output<String>? = null, val namespace: Output<String>? = null, val postrender: Output<String>? = null, val recreatePods: Output<Boolean>? = null, val renderSubchartNotes: Output<Boolean>? = null, val replace: Output<Boolean>? = null, val repositoryOpts: Output<RepositoryOptsArgs>? = null, val resetValues: Output<Boolean>? = null, val resourceNames: Output<Map<String, List<String>>>? = null, val reuseValues: Output<Boolean>? = null, val skipAwait: Output<Boolean>? = null, val skipCrds: Output<Boolean>? = null, val timeout: Output<Int>? = null, val valueYamlFiles: Output<List<AssetOrArchive>>? = null, val values: Output<Map<String, Any>>? = null, val verify: Output<Boolean>? = null, val version: Output<String>? = null, val waitForJobs: Output<Boolean>? = null) : ConvertibleToJava<ReleaseArgs>
A Release
is an instance of a chart running in a Kubernetes cluster. A Chart
is a Helm package. It contains all the resource definitions necessary to run an application, tool, or service inside a Kubernetes cluster. This resource models a Helm Release as if it were created by the Helm CLI. The underlying implementation embeds Helm as a library to perform the orchestration of the resources. As a result, the full spectrum of Helm features are supported natively.
Example Usage
Local Chart Directory
No Java example available.
Remote Chart
No Java example available.
Set Chart Values
No Java example available.
Deploy Chart into Namespace
No Java example available.
Depend on a Chart resource
No Java example available.
Specify Helm Chart Values in File and Code
No Java example available.
Query Kubernetes Resource Installed By Helm Chart
No Java example available.
Import
An existing Helm Release resource can be imported using its type token
, name
and identifier, e.g.
$ pulumi import kubernetes:helm.sh/v3:Release myRelease <namespace>/<releaseName>
Content copied to clipboard
Constructors
Link copied to clipboard
fun ReleaseArgs(allowNullValues: Output<Boolean>? = null, atomic: Output<Boolean>? = null, chart: Output<String>? = null, cleanupOnFail: Output<Boolean>? = null, compat: Output<String>? = null, createNamespace: Output<Boolean>? = null, dependencyUpdate: Output<Boolean>? = null, description: Output<String>? = null, devel: Output<Boolean>? = null, disableCRDHooks: Output<Boolean>? = null, disableOpenapiValidation: Output<Boolean>? = null, disableWebhooks: Output<Boolean>? = null, forceUpdate: Output<Boolean>? = null, keyring: Output<String>? = null, lint: Output<Boolean>? = null, manifest: Output<Map<String, Any>>? = null, maxHistory: Output<Int>? = null, name: Output<String>? = null, namespace: Output<String>? = null, postrender: Output<String>? = null, recreatePods: Output<Boolean>? = null, renderSubchartNotes: Output<Boolean>? = null, replace: Output<Boolean>? = null, repositoryOpts: Output<RepositoryOptsArgs>? = null, resetValues: Output<Boolean>? = null, resourceNames: Output<Map<String, List<String>>>? = null, reuseValues: Output<Boolean>? = null, skipAwait: Output<Boolean>? = null, skipCrds: Output<Boolean>? = null, timeout: Output<Int>? = null, valueYamlFiles: Output<List<AssetOrArchive>>? = null, values: Output<Map<String, Any>>? = null, verify: Output<Boolean>? = null, version: Output<String>? = null, waitForJobs: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard