From c5fa1eb49a1dd525d64dc02c0096b2269e34d367 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 14 Nov 2023 12:31:38 +0100 Subject: [PATCH] docs: update upper limit for layers in a bundle The max number of layers in a single tekton oci bundle is 20 (in the code). This make sure the contract document reflects that. Signed-off-by: Vincent Demeester --- docs/tekton-bundle-contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tekton-bundle-contracts.md b/docs/tekton-bundle-contracts.md index ec507f3b4cd..323366e5b99 100644 --- a/docs/tekton-bundle-contracts.md +++ b/docs/tekton-bundle-contracts.md @@ -17,7 +17,7 @@ bundle reference. Each layer of the image must map 1:1 with a single Tekton resource (eg Task). -*No more than 10* individual layers (Pipelines and/or Tasks) maybe placed in a single image. +*No more than 20* individual layers (Pipelines and/or Tasks) maybe placed in a single image. Each layer must contain all of the following annotations: