Helm-chart
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| chart | string | Yes | Chart is the name or path the Helm chart is available at in the SourceRef. | |
| interval | string | Yes | Interval at which the HelmChart SourceRef is checked for updates. This interval is approximate and may be subject to jitter to ensure efficient use of resources. | |
| sourceRef | object | Yes | SourceRef is the reference to the Source the chart is available at. | |
| annotations | map | No | Annotations for the workload | |
| ignoreMissingValuesFiles | boolean | No | IgnoreMissingValuesFiles controls whether to silently ignore missing values files rather than failing. | |
| labels | map | No | Labels for the workload | |
| reconcileStrategy | string | No |
| ReconcileStrategy determines what enables the creation of a new artifact. Valid values are ('ChartVersion', 'Revision'). See the documentation of the values for an explanation on their behavior. Defaults to ChartVersion when omitted. |
| suspend | boolean | No | Suspend tells the controller to suspend the reconciliation of this source. | |
| valuesFiles | array | No | ValuesFiles is an alternative list of values files to use as the chart values (values.yaml is not included by default), expected to be a relative path in the SourceRef. Values files are merged in the order of this list with the last file overriding the first. Ignored when omitted. | |
| verify | object | No | Verify contains the secret name containing the trusted public keys used to verify the signature and specifies which provider to use to check whether OCI image is authentic. This field is only supported when using HelmRepository source with spec.type 'oci'. Chart dependencies, which are not bundled in the umbrella chart artifact, are not verified. | |
| version | string | No |
| Version is the chart version semver expression, ignored for charts from GitRepository and Bucket sources. Defaults to latest when omitted. |
Template
The following tabs display the definition's Cue template and the rendered YAML. The rendered YAML is the output of the Cue template when the definition is applied to a cluster.