From 960c7b7340a888bda1f1c20e1611a512c8637ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Gonz=C3=A1lez?= Date: Wed, 23 Oct 2024 16:03:38 +0200 Subject: [PATCH] change pipelines for version 2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ernesto González --- .tekton/forklift-must-gather-pull-request.yaml | 8 ++++---- .tekton/forklift-must-gather-push.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.tekton/forklift-must-gather-pull-request.yaml b/.tekton/forklift-must-gather-pull-request.yaml index e44a65e..ced9629 100644 --- a/.tekton/forklift-must-gather-pull-request.yaml +++ b/.tekton/forklift-must-gather-pull-request.yaml @@ -8,11 +8,11 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch - == "main" + == "release-2.7" creationTimestamp: null labels: - appstudio.openshift.io/application: forklift-operator - appstudio.openshift.io/component: forklift-must-gather + appstudio.openshift.io/application: forklift-operator-2-7 + appstudio.openshift.io/component: forklift-must-gather-2-7 pipelines.appstudio.openshift.io/type: build name: forklift-must-gather-on-pull-request namespace: rh-mtv-1-tenant @@ -23,7 +23,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator/forklift-must-gather:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator-2-7/forklift-must-gather-2-7:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/forklift-must-gather-push.yaml b/.tekton/forklift-must-gather-push.yaml index e96f62a..b5cb73e 100644 --- a/.tekton/forklift-must-gather-push.yaml +++ b/.tekton/forklift-must-gather-push.yaml @@ -7,11 +7,11 @@ metadata: build.appstudio.redhat.com/target_branch: '{{target_branch}}' pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch - == "main" + == "release-2.7" creationTimestamp: null labels: - appstudio.openshift.io/application: forklift-operator - appstudio.openshift.io/component: forklift-must-gather + appstudio.openshift.io/application: forklift-operator-2-7 + appstudio.openshift.io/component: forklift-must-gather-2-7 pipelines.appstudio.openshift.io/type: build name: forklift-must-gather-on-push namespace: rh-mtv-1-tenant @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator/forklift-must-gather:{{revision}} + value: quay.io/redhat-user-workloads/rh-mtv-1-tenant/forklift-operator-2-7/forklift-must-gather-2-7:{{revision}} - name: dockerfile value: Dockerfile - name: path-context