HelmRelease.spec.chart.spec
Spec holds the template for the v1.HelmChartSpec for this HelmRelease.
| Field / Type | Description |
|---|---|
chart | The name or path the Helm chart is available at in the SourceRef.
|
ignoreMissingValuesFiles | IgnoreMissingValuesFiles controls whether to silently ignore missing values files rather than failing. |
interval | Interval at which to check the v1.Source for updates. Defaults to 'HelmReleaseSpec.Interval'.
|
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.
|
The name and namespace of the v1.Source the chart is available at. | |
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 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 for OCI sources. Chart dependencies, which are not bundled in the umbrella chart artifact, are not verified. | |
version | Version semver expression, ignored for charts from v1.GitRepository and v1beta2.Bucket sources. Defaults to latest when omitted.
|