Skip to content

Commit

Permalink
Bumped max package name to 255 (OCI image repo max)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakefhyde committed May 5, 2022
1 parent 7d3291e commit e4a6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/package/package-manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": {
"type": "string",
"minLength": 1,
"maxLength": 16,
"maxLength": 255,
"description": "The name of the package."
},
"annotations": {
Expand Down

0 comments on commit e4a6114

Please sign in to comment.