Skip to main content

Release

Properties

PropertyTypeAttributesDescription
chartstringRequiredThe Helm chart name.
namestringRequired, IdentifierThe Helm release name.
repositorystringRequiredThe Helm chart repository URL.
namespacestringThe Kubernetes namespace to deploy into.
setHelmSetValue[]Optional list of --set overrides.
valuesFilestringOptional values file path to pass with --values.
versionstringOptional Helm chart version.

HelmSetValue

PropertyTypeAttributesDescription
namestringRequiredThe Helm values path to set (for example, service.type).
valuestringRequiredThe value to assign to the specified Helm values path.