Skip to content

Commit aadd5eb

Browse files
authored
Merge pull request #2109 from Socialpranker/fix-helmchart-status-url-description
Fix HelmChartStatus.URL doc-comment referencing BucketStatus
2 parents e413c58 + 8c5fffc commit aadd5eb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/v1/helmchart_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ type HelmChartStatus struct {
144144

145145
// URL is the dynamic fetch link for the latest Artifact.
146146
// It is provided on a "best effort" basis, and using the precise
147-
// BucketStatus.Artifact data is recommended.
147+
// HelmChartStatus.Artifact data is recommended.
148148
// +optional
149149
URL string `json:"url,omitempty"`
150150

api/v1beta2/helmchart_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ type HelmChartStatus struct {
160160

161161
// URL is the dynamic fetch link for the latest Artifact.
162162
// It is provided on a "best effort" basis, and using the precise
163-
// BucketStatus.Artifact data is recommended.
163+
// HelmChartStatus.Artifact data is recommended.
164164
// +optional
165165
URL string `json:"url,omitempty"`
166166

config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ spec:
349349
description: |-
350350
URL is the dynamic fetch link for the latest Artifact.
351351
It is provided on a "best effort" basis, and using the precise
352-
BucketStatus.Artifact data is recommended.
352+
HelmChartStatus.Artifact data is recommended.
353353
type: string
354354
type: object
355355
type: object

docs/api/v1/source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2751,7 +2751,7 @@ string
27512751
<em>(Optional)</em>
27522752
<p>URL is the dynamic fetch link for the latest Artifact.
27532753
It is provided on a &ldquo;best effort&rdquo; basis, and using the precise
2754-
BucketStatus.Artifact data is recommended.</p>
2754+
HelmChartStatus.Artifact data is recommended.</p>
27552755
</td>
27562756
</tr>
27572757
<tr>

0 commit comments

Comments
 (0)