release

boldlink/release/helm

Terraform Module HCL HELM

Terraform registry repository for helm release

Install
module "release" {
source = "boldlink/release/helm"
version = "1.0.2"
}
plain text: /constructs/tfmod-boldlink-release-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

![License](https://github.com/boldlink/terraform-helm-release/blob/main/LICENSE) ![Latest Release](https://github.com/boldlink/terraform-helm-release/releases/latest) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) ![Build Status](https://github.com/boldlink/terraform-helm-release/actions) Helm Release Terraform mo

Inputs (36)
NameTypeDescriptionDefault
chartstring(Required) Chart name to be installed. The chart name can be local path, a URL t required
namestring(Required) Release name. required
reset_valuesbool(Optional) When upgrading, reset the values to the ones built into the chart. Defalse
cleanup_on_failbool(Optional) Allow deletion of new resources created in this upgrade when upgrade false
max_historynumber(Optional) Maximum number of release versions stored per release. Defaults to 0 0
dependency_updatebool(Optional) Runs helm dependency update before installing the chart. Defaults to false
repository_passwordstring(Optional) Password for HTTP basic authentication against the repository.null
force_updatebool(Optional) Force resource update through delete/recreate if needed. Defaults to false
reuse_valuesbool(Optional) When upgrading, reuse the last release's values and merge in any overfalse
waitbool(Optional) Will wait until all resources are in a ready state before marking thetrue
valueslist(any)(Optional) List of values in raw yaml to pass to helm. Values will be merged, in[]
postrenderlist(any)(Optional) Configure a command to run after helm renders the manifest which can []
chart_versionstring(Optional) Specify the exact chart version to install. If this is not specified,null
verifybool(Optional) Verify the package before installing it. Helm uses a provenance file false
repository_cert_filestring(Optional) The repositories cert filenull
repository_usernamestring(Optional) Username for HTTP basic authentication against the repository.null
develstring(Optional) Use chart development versions, too. Equivalent to version '>0.0.0-0'null
atomicbool(Optional) If set, installation process purges chart on fail. The wait flag willfalse
disable_openapi_validationbool(Optional) If set, the installation process will not validate rendered templatesfalse
set_sensitivelist(any)(Optional) Value block with custom sensitive values to be merged with the values[]
setlist(any)(Optional) Value block with custom values to be merged with the values yaml.[]
namespacestring(Optional) The namespace to install the release into. Defaults to default."default"
Outputs (3)
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.
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2
Cloud HELM
★ Stars0
Forks1
Total downloads173.2k
Inputs36
Outputs3
Resources1
Examples2
LicenseApache-2.0
Namespaceboldlink
Updated