release
boldlink/release/helm
Terraform registry repository for helm release
          Helm Release Terraform mo
| Name | Type | Description | Default |
|---|---|---|---|
| chart | string | (Required) Chart name to be installed. The chart name can be local path, a URL t | required |
| name | string | (Required) Release name. | required |
| reset_values | bool | (Optional) When upgrading, reset the values to the ones built into the chart. De | false |
| cleanup_on_fail | bool | (Optional) Allow deletion of new resources created in this upgrade when upgrade | false |
| max_history | number | (Optional) Maximum number of release versions stored per release. Defaults to 0 | 0 |
| dependency_update | bool | (Optional) Runs helm dependency update before installing the chart. Defaults to | false |
| repository_password | string | (Optional) Password for HTTP basic authentication against the repository. | null |
| force_update | bool | (Optional) Force resource update through delete/recreate if needed. Defaults to | false |
| reuse_values | bool | (Optional) When upgrading, reuse the last release's values and merge in any over | false |
| wait | bool | (Optional) Will wait until all resources are in a ready state before marking the | true |
| values | list(any) | (Optional) List of values in raw yaml to pass to helm. Values will be merged, in | [] |
| postrender | list(any) | (Optional) Configure a command to run after helm renders the manifest which can | [] |
| chart_version | string | (Optional) Specify the exact chart version to install. If this is not specified, | null |
| verify | bool | (Optional) Verify the package before installing it. Helm uses a provenance file | false |
| repository_cert_file | string | (Optional) The repositories cert file | null |
| repository_username | string | (Optional) Username for HTTP basic authentication against the repository. | null |
| devel | string | (Optional) Use chart development versions, too. Equivalent to version '>0.0.0-0' | null |
| atomic | bool | (Optional) If set, installation process purges chart on fail. The wait flag will | false |
| disable_openapi_validation | bool | (Optional) If set, the installation process will not validate rendered templates | false |
| set_sensitive | list(any) | (Optional) Value block with custom sensitive values to be merged with the values | [] |
| set | list(any) | (Optional) Value block with custom values to be merged with the values yaml. | [] |
| namespace | string | (Optional) The namespace to install the release into. Defaults to default. | "default" |
manifest — The rendered manifest of the release as JSON. Enable the manifest experiment to use this feature.status — Status of the release.metadata — Block status of the deployed release.