From 623526525484a1fff1dab89f17324bb4299108c5 Mon Sep 17 00:00:00 2001 From: konflux Date: Sat, 10 May 2025 10:37:33 +0000 Subject: [PATCH] Konflux build pipeline service account migration for openshift-gitops-console-plugin Signed-off-by: konflux --- .../openshift-gitops-console-plugin-pull-request.yaml | 11 ++++++----- .tekton/openshift-gitops-console-plugin-push.yaml | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.tekton/openshift-gitops-console-plugin-pull-request.yaml b/.tekton/openshift-gitops-console-plugin-pull-request.yaml index 3a74f86d..148a5b4b 100644 --- a/.tekton/openshift-gitops-console-plugin-pull-request.yaml +++ b/.tekton/openshift-gitops-console-plugin-pull-request.yaml @@ -28,10 +28,10 @@ spec: value: 5d - name: build-platforms value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x + - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x - name: dockerfile value: .konflux/Containerfile.plugin pipelineSpec: @@ -470,7 +470,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-openshift-gitops-console-plugin workspaces: - name: workspace volumeClaimTemplate: diff --git a/.tekton/openshift-gitops-console-plugin-push.yaml b/.tekton/openshift-gitops-console-plugin-push.yaml index 321a7f90..8b6d7e81 100644 --- a/.tekton/openshift-gitops-console-plugin-push.yaml +++ b/.tekton/openshift-gitops-console-plugin-push.yaml @@ -25,10 +25,10 @@ spec: value: quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/openshift-gitops-operator/openshift-gitops-console-plugin:{{revision}} - name: build-platforms value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x + - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x - name: dockerfile value: .konflux/Containerfile.plugin pipelineSpec: @@ -467,7 +467,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-openshift-gitops-console-plugin workspaces: - name: workspace volumeClaimTemplate: