diff --git a/.tekton/gitops-operator-pull-request.yaml b/.tekton/gitops-operator-pull-request.yaml index 947801eea..7cf50145b 100644 --- a/.tekton/gitops-operator-pull-request.yaml +++ b/.tekton/gitops-operator-pull-request.yaml @@ -20,7 +20,7 @@ spec: params: - name: build-platforms value: - - linux/x86_64 + - linux/x86_64 - name: git-url value: '{{source_url}}' - name: revision @@ -32,7 +32,7 @@ spec: - name: dockerfile value: Containerfile.plugin - name: hermetic - value: true + value: "true" - name: prefetch-input value: '{"type": "gomod", "path": "."}' pipelineSpec: @@ -468,7 +468,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-gitops-operator workspaces: - name: workspace volumeClaimTemplate: diff --git a/.tekton/gitops-operator-push.yaml b/.tekton/gitops-operator-push.yaml index 02c40584b..bb0684529 100644 --- a/.tekton/gitops-operator-push.yaml +++ b/.tekton/gitops-operator-push.yaml @@ -19,10 +19,10 @@ spec: params: - name: build-platforms value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x + - linux/x86_64 + - linux/arm64 + - linux/ppc64le + - linux/s390x - name: git-url value: '{{source_url}}' - name: revision @@ -32,7 +32,7 @@ spec: - name: dockerfile value: Containerfile.plugin - name: hermetic - value: true + value: "true" - name: prefetch-input value: '{"type": "gomod", "path": "."}' pipelineSpec: @@ -468,7 +468,8 @@ spec: optional: true - name: netrc optional: true - taskRunTemplate: {} + taskRunTemplate: + serviceAccountName: build-pipeline-gitops-operator workspaces: - name: workspace volumeClaimTemplate: