From b928d0e37d8a9ab757a5732d64108cef50b0c524 Mon Sep 17 00:00:00 2001 From: Tommy Dalton Date: Wed, 12 Nov 2025 11:36:09 +0000 Subject: [PATCH 1/2] Updating Service Accounts --- .tekton/gitsign-pull-request.yaml | 2 +- .tekton/gitsign-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/gitsign-pull-request.yaml b/.tekton/gitsign-pull-request.yaml index 5eee6ace..55e29285 100644 --- a/.tekton/gitsign-pull-request.yaml +++ b/.tekton/gitsign-pull-request.yaml @@ -54,7 +54,7 @@ spec: podTemplate: imagePullSecrets: - name: brew-registry-pull-secret - serviceAccountName: appstudio-pipeline + serviceAccountName: build-pipeline-gitsign taskRunTemplate: serviceAccountName: build-pipeline-gitsign workspaces: diff --git a/.tekton/gitsign-push.yaml b/.tekton/gitsign-push.yaml index f841773d..0ba0070b 100644 --- a/.tekton/gitsign-push.yaml +++ b/.tekton/gitsign-push.yaml @@ -51,7 +51,7 @@ spec: podTemplate: imagePullSecrets: - name: brew-registry-pull-secret - serviceAccountName: appstudio-pipeline + serviceAccountName: build-pipeline-gitsign taskRunTemplate: serviceAccountName: build-pipeline-gitsign workspaces: From e8775323f132846110d18ae916f6329991fee772 Mon Sep 17 00:00:00 2001 From: Tommy Dalton Date: Wed, 12 Nov 2025 11:50:08 +0000 Subject: [PATCH 2/2] Updating tekton resource requirements --- .tekton/gitsign-pull-request.yaml | 5 +++++ .tekton/gitsign-push.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.tekton/gitsign-pull-request.yaml b/.tekton/gitsign-pull-request.yaml index 55e29285..1dcf9bd1 100644 --- a/.tekton/gitsign-pull-request.yaml +++ b/.tekton/gitsign-pull-request.yaml @@ -51,6 +51,11 @@ spec: resolver: git taskRunSpecs: - pipelineTaskName: run-unit-test + stepSpecs: + - computeResources: + limits: + memory: 5Gi + name: run-tests podTemplate: imagePullSecrets: - name: brew-registry-pull-secret diff --git a/.tekton/gitsign-push.yaml b/.tekton/gitsign-push.yaml index 0ba0070b..ca73672e 100644 --- a/.tekton/gitsign-push.yaml +++ b/.tekton/gitsign-push.yaml @@ -48,6 +48,11 @@ spec: resolver: git taskRunSpecs: - pipelineTaskName: run-unit-test + stepSpecs: + - computeResources: + limits: + memory: 5Gi + name: run-tests podTemplate: imagePullSecrets: - name: brew-registry-pull-secret