Release
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
chart | string | Required | The Helm chart name. |
name | string | Required, Identifier | The Helm release name. |
repository | string | Required | The Helm chart repository URL. |
namespace | string | The Kubernetes namespace to deploy into. | |
set | HelmSetValue[] | Optional list of --set overrides. | |
valuesFile | string | Optional values file path to pass with --values. | |
version | string | Optional Helm chart version. |
HelmSetValue
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required | The Helm values path to set (for example, service.type). |
value | string | Required | The value to assign to the specified Helm values path. |