Skip to content

Commit 464b60c

Browse files
Update api/v1beta1/bucket_types.go
MaxLength set to 2048 for URL Co-authored-by: Stefan Prodan <[email protected]> Signed-off-by: Santosh Kaluskar <[email protected]>
1 parent 62487db commit 464b60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/bucket_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type BucketStatus struct {
110110
Conditions []metav1.Condition `json:"conditions,omitempty"`
111111

112112
// URL is the download link for the artifact output of the last Bucket sync.
113-
// +kubebuilder:validation:MaxLength=250
113+
// +kubebuilder:validation:MaxLength=2048
114114
// +kubebuilder:validation:Pattern="^(http|https|ssh)://.*$"
115115
// +optional
116116
URL string `json:"url,omitempty"`

0 commit comments

Comments
 (0)