diff --git a/api/v1/helmchart_types.go b/api/v1/helmchart_types.go index 224d8533d..a714558df 100644 --- a/api/v1/helmchart_types.go +++ b/api/v1/helmchart_types.go @@ -144,7 +144,7 @@ type HelmChartStatus struct { // URL is the dynamic fetch link for the latest Artifact. // It is provided on a "best effort" basis, and using the precise - // BucketStatus.Artifact data is recommended. + // HelmChartStatus.Artifact data is recommended. // +optional URL string `json:"url,omitempty"` diff --git a/api/v1beta2/helmchart_types.go b/api/v1beta2/helmchart_types.go index f9dbd9662..cedb828c2 100644 --- a/api/v1beta2/helmchart_types.go +++ b/api/v1beta2/helmchart_types.go @@ -160,7 +160,7 @@ type HelmChartStatus struct { // URL is the dynamic fetch link for the latest Artifact. // It is provided on a "best effort" basis, and using the precise - // BucketStatus.Artifact data is recommended. + // HelmChartStatus.Artifact data is recommended. // +optional URL string `json:"url,omitempty"` diff --git a/config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml b/config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml index 1ae58d5da..18c4a00a7 100644 --- a/config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml +++ b/config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml @@ -344,7 +344,7 @@ spec: description: |- URL is the dynamic fetch link for the latest Artifact. It is provided on a "best effort" basis, and using the precise - BucketStatus.Artifact data is recommended. + HelmChartStatus.Artifact data is recommended. type: string type: object type: object