From 72986ac9e76c025fd5e432a4db275073b4634214 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 17 Sep 2024 14:08:42 +0000 Subject: [PATCH] [bot] Update tektoncd/operator --- upstream/pkg/reconciler/openshift/tektonconfig/rbac.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream/pkg/reconciler/openshift/tektonconfig/rbac.go b/upstream/pkg/reconciler/openshift/tektonconfig/rbac.go index a3695f316..ae7f2b8ba 100644 --- a/upstream/pkg/reconciler/openshift/tektonconfig/rbac.go +++ b/upstream/pkg/reconciler/openshift/tektonconfig/rbac.go @@ -68,7 +68,7 @@ const ( rbacParamName = "createRbacResource" serviceAccountCreationLabel = "openshift-pipelines.tekton.dev/sa-created" - rbacMaxConcurrentCalls = 5 + rbacMaxConcurrentCalls = 20 ) var (