From dc64e8a532a3e1901c05d38c6c8990f1357a93d1 Mon Sep 17 00:00:00 2001 From: "red-hat-trusted-app-pipeline[bot]" <126015336+red-hat-trusted-app-pipeline[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 14:50:16 -0400 Subject: [PATCH] Red Hat Trusted App Pipeline update console (#2847) Signed-off-by: Kevin Cormier Co-authored-by: red-hat-trusted-app-pipeline --- .tekton/console-mce-pull-request.yaml | 5 +++-- .tekton/console-mce-push.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.tekton/console-mce-pull-request.yaml b/.tekton/console-mce-pull-request.yaml index a3d4b54f398..e7600c5b029 100644 --- a/.tekton/console-mce-pull-request.yaml +++ b/.tekton/console-mce-pull-request.yaml @@ -2,6 +2,7 @@ apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/repo: https://github.com/stolostron/console?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' @@ -14,7 +15,7 @@ metadata: appstudio.openshift.io/component: console pipelines.appstudio.openshift.io/type: build name: console-on-pull-request - namespace: red-hat-acm-tenant + namespace: crt-redhat-acm-tenant spec: params: - name: dockerfile @@ -24,7 +25,7 @@ spec: - name: image-expires-after value: 5d - name: output-image - value: quay.io/redhat-user-workloads/red-hat-acm-tenant/mce-24/console:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/mce-24/console:on-pr-{{revision}} - name: path-context value: . - name: revision diff --git a/.tekton/console-mce-push.yaml b/.tekton/console-mce-push.yaml index f6e49670565..1178cca6355 100644 --- a/.tekton/console-mce-push.yaml +++ b/.tekton/console-mce-push.yaml @@ -2,6 +2,7 @@ apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: annotations: + build.appstudio.openshift.io/repo: https://github.com/stolostron/console?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" @@ -13,7 +14,7 @@ metadata: appstudio.openshift.io/component: console pipelines.appstudio.openshift.io/type: build name: console-on-push - namespace: red-hat-acm-tenant + namespace: crt-redhat-acm-tenant spec: params: - name: dockerfile @@ -21,7 +22,7 @@ spec: - name: git-url value: '{{repo_url}}' - name: output-image - value: quay.io/redhat-user-workloads/red-hat-acm-tenant/mce-24/console:{{revision}} + value: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/mce-24/console:{{revision}} - name: path-context value: . - name: revision