From f87ad0ad16614e22236ae0e277e08c70e80bb756 Mon Sep 17 00:00:00 2001 From: alliasgher Date: Sun, 28 Jun 2026 00:39:02 +0500 Subject: [PATCH] Correct HelmChart status.url description The HelmChartStatus.URL doc-comment recommended using BucketStatus.Artifact, which belongs to the Bucket API. Point it at HelmChartStatus.Artifact in both v1 and v1beta2, and regenerate the HelmChart CRD. Signed-off-by: alliasgher Assisted-by: Claude Code/claude-opus-4-8 --- api/v1/helmchart_types.go | 2 +- api/v1beta2/helmchart_types.go | 2 +- config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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