diff --git a/api/v2/helmrelease_types.go b/api/v2/helmrelease_types.go index dd90fe6da..7fd888781 100644 --- a/api/v2/helmrelease_types.go +++ b/api/v2/helmrelease_types.go @@ -368,14 +368,6 @@ type HelmChartTemplateSpec struct { // +optional ValuesFiles []string `json:"valuesFiles,omitempty"` - // Alternative values file to use as the default chart values, expected to - // be a relative path in the SourceRef. Deprecated in favor of ValuesFiles, - // for backwards compatibility the file defined here is merged before the - // ValuesFiles items. Ignored when omitted. - // +optional - // +deprecated - ValuesFile string `json:"valuesFile,omitempty"` - // IgnoreMissingValuesFiles controls whether to silently ignore missing values files rather than failing. // +optional IgnoreMissingValuesFiles bool `json:"ignoreMissingValuesFiles,omitempty"` diff --git a/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml b/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml index 919924d36..53f8defe0 100644 --- a/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml +++ b/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml @@ -136,13 +136,6 @@ spec: required: - name type: object - valuesFile: - description: |- - Alternative values file to use as the default chart values, expected to - be a relative path in the SourceRef. Deprecated in favor of ValuesFiles, - for backwards compatibility the file defined here is merged before the - ValuesFiles items. Ignored when omitted. - type: string valuesFiles: description: |- Alternative list of values files to use as the chart values (values.yaml diff --git a/docs/api/v2/helm.md b/docs/api/v2/helm.md index 2eebb7b29..b8c01c1b6 100644 --- a/docs/api/v2/helm.md +++ b/docs/api/v2/helm.md @@ -792,21 +792,6 @@ the first. Ignored when omitted.

-valuesFile
- -string - - - -(Optional) -

Alternative values file to use as the default chart values, expected to -be a relative path in the SourceRef. Deprecated in favor of ValuesFiles, -for backwards compatibility the file defined here is merged before the -ValuesFiles items. Ignored when omitted.

- - - - ignoreMissingValuesFiles
bool @@ -996,21 +981,6 @@ the first. Ignored when omitted.

-valuesFile
- -string - - - -(Optional) -

Alternative values file to use as the default chart values, expected to -be a relative path in the SourceRef. Deprecated in favor of ValuesFiles, -for backwards compatibility the file defined here is merged before the -ValuesFiles items. Ignored when omitted.

- - - - ignoreMissingValuesFiles
bool