Skip to content

Commit

Permalink
Increased source package size limit to 3 GB
Browse files Browse the repository at this point in the history
  • Loading branch information
balamut-google committed Dec 28, 2023
1 parent 7fc0ee6 commit e106c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/kf/v1alpha1/source_package_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
minUploadSizeBytes = 1
maxUploadSizeBytes = 1 * 1024 * 1024 * 1024
maxUploadSizeBytes = 3 * 1024 * 1024 * 1024
)

// Validate checks for errors in the SourcePackage's spec or status fields.
Expand Down

0 comments on commit e106c8c

Please sign in to comment.