From d3c8463dcadaeb2320127072de0407647dc9745c Mon Sep 17 00:00:00 2001 From: konflux Date: Tue, 29 Apr 2025 13:11:56 +0000 Subject: [PATCH] Konflux build pipeline service account migration for oci-registry-main Signed-off-by: konflux --- .tekton/oci-registry-main-pull-request.yaml | 3 ++- .tekton/oci-registry-main-push.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.tekton/oci-registry-main-pull-request.yaml b/.tekton/oci-registry-main-pull-request.yaml index b505e32fa..81ed1add8 100644 --- a/.tekton/oci-registry-main-pull-request.yaml +++ b/.tekton/oci-registry-main-pull-request.yaml @@ -611,7 +611,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-oci-registry-main workspaces: - name: workspace volumeClaimTemplate: diff --git a/.tekton/oci-registry-main-push.yaml b/.tekton/oci-registry-main-push.yaml index 0dfc13824..8bec4ef55 100644 --- a/.tekton/oci-registry-main-push.yaml +++ b/.tekton/oci-registry-main-push.yaml @@ -608,7 +608,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-oci-registry-main workspaces: - name: workspace volumeClaimTemplate: