From 464b60c92a8dfe23b818e1e42fcd9ae3314bca25 Mon Sep 17 00:00:00 2001 From: Santosh Kaluskar <91916466+Santosh1176@users.noreply.github.com> Date: Tue, 6 Sep 2022 18:44:58 +0530 Subject: [PATCH] Update api/v1beta1/bucket_types.go MaxLength set to 2048 for URL Co-authored-by: Stefan Prodan Signed-off-by: Santosh Kaluskar <91916466+Santosh1176@users.noreply.github.com> --- api/v1beta1/bucket_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1beta1/bucket_types.go b/api/v1beta1/bucket_types.go index 4477ee87a..ac8dcc75c 100644 --- a/api/v1beta1/bucket_types.go +++ b/api/v1beta1/bucket_types.go @@ -110,7 +110,7 @@ type BucketStatus struct { Conditions []metav1.Condition `json:"conditions,omitempty"` // URL is the download link for the artifact output of the last Bucket sync. - // +kubebuilder:validation:MaxLength=250 + // +kubebuilder:validation:MaxLength=2048 // +kubebuilder:validation:Pattern="^(http|https|ssh)://.*$" // +optional URL string `json:"url,omitempty"`