diff --git a/.tekton/openshift-builds-controller-pull-request.yaml b/.tekton/openshift-builds-controller-pull-request.yaml index 2cb385422..e8896fb9d 100644 --- a/.tekton/openshift-builds-controller-pull-request.yaml +++ b/.tekton/openshift-builds-controller-pull-request.yaml @@ -9,7 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('version/|pkg/controller/|pkg/client|pkg/reconciler|pkg/volumes|pkg/validate|pkg/env|pkg/metrics/|pkg/apis/|pkg/config/|pkg/ctxlog/|cmd/shipwright-build-controller/|.konflux/controller/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -17,8 +17,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-controller-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-controller-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-controller-on-pull-request namespace: rh-openshift-builds-tenant @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-controller-1-1:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-controller-1-2:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/openshift-builds-controller-push.yaml b/.tekton/openshift-builds-controller-push.yaml index b0a0110bc..d3cf289fc 100644 --- a/.tekton/openshift-builds-controller-push.yaml +++ b/.tekton/openshift-builds-controller-push.yaml @@ -8,7 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('version/|pkg/controller/|pkg/client|pkg/reconciler|pkg/volumes|pkg/validate|pkg/env|pkg/metrics/|pkg/apis/|pkg/config/|pkg/ctxlog/|cmd/shipwright-build-controller/|.konflux/controller/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -16,8 +16,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-controller-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-controller-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-controller-on-push namespace: rh-openshift-builds-tenant @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-controller-1-1:{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-controller-1-2:{{revision}} - name: dockerfile value: .konflux/controller/Dockerfile - name: build-source-image diff --git a/.tekton/openshift-builds-git-cloner-pull-request.yaml b/.tekton/openshift-builds-git-cloner-pull-request.yaml index 91d76b5a2..c0fcbecb1 100644 --- a/.tekton/openshift-builds-git-cloner-pull-request.yaml +++ b/.tekton/openshift-builds-git-cloner-pull-request.yaml @@ -9,7 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/git/|pkg/git/|.konflux/git-cloner/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -17,8 +17,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-git-cloner-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-git-cloner-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-git-cloner-on-pull-request namespace: rh-openshift-builds-tenant @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-git-cloner-1-1:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-git-cloner-1-2:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/openshift-builds-git-cloner-push.yaml b/.tekton/openshift-builds-git-cloner-push.yaml index 3bbf8dabd..c7c10d10b 100644 --- a/.tekton/openshift-builds-git-cloner-push.yaml +++ b/.tekton/openshift-builds-git-cloner-push.yaml @@ -8,7 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/git/|pkg/git/|.konflux/git-cloner/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -16,8 +16,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-git-cloner-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-git-cloner-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-git-cloner-on-push namespace: rh-openshift-builds-tenant @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-git-cloner-1-1:{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-git-cloner-1-2:{{revision}} - name: dockerfile value: .konflux/git-cloner/Dockerfile - name: build-source-image diff --git a/.tekton/openshift-builds-image-bundler-pull-request.yaml b/.tekton/openshift-builds-image-bundler-pull-request.yaml index 9379559c9..98cb3aacc 100644 --- a/.tekton/openshift-builds-image-bundler-pull-request.yaml +++ b/.tekton/openshift-builds-image-bundler-pull-request.yaml @@ -9,7 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/bundle/|pkg/bundle/|pkg/image/|.konflux/image-bundler/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -17,8 +17,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-image-bundler-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-image-bundler-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-image-bundler-on-pull-request namespace: rh-openshift-builds-tenant @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-bundler-1-1:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-bundler-1-2:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/openshift-builds-image-bundler-push.yaml b/.tekton/openshift-builds-image-bundler-push.yaml index 6c46c1cad..5892a3c8f 100644 --- a/.tekton/openshift-builds-image-bundler-push.yaml +++ b/.tekton/openshift-builds-image-bundler-push.yaml @@ -8,7 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/bundle/|pkg/bundle/|pkg/image/|.konflux/image-bundler/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -16,8 +16,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-image-bundler-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-image-bundler-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-image-bundler-on-push namespace: rh-openshift-builds-tenant @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-bundler-1-1:{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-bundler-1-2:{{revision}} - name: dockerfile value: .konflux/image-bundler/Dockerfile - name: build-source-image diff --git a/.tekton/openshift-builds-image-processing-pull-request.yaml b/.tekton/openshift-builds-image-processing-pull-request.yaml index ed162ad58..131cbe284 100644 --- a/.tekton/openshift-builds-image-processing-pull-request.yaml +++ b/.tekton/openshift-builds-image-processing-pull-request.yaml @@ -9,7 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/image-processing/|pkg/image/|.konflux/image-processing/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -17,8 +17,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-image-processing-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-image-processing-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-image-processing-on-pull-request namespace: rh-openshift-builds-tenant @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-processing-1-1:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-processing-1-2:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/openshift-builds-image-processing-push.yaml b/.tekton/openshift-builds-image-processing-push.yaml index 126d5b29b..855abb1cf 100644 --- a/.tekton/openshift-builds-image-processing-push.yaml +++ b/.tekton/openshift-builds-image-processing-push.yaml @@ -8,7 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/image-processing/|pkg/image/|.konflux/image-processing/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -16,8 +16,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-image-processing-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-image-processing-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-image-processing-on-push namespace: rh-openshift-builds-tenant @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-processing-1-1:{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-image-processing-1-2:{{revision}} - name: dockerfile value: .konflux/image-processing/Dockerfile - name: build-source-image diff --git a/.tekton/openshift-builds-waiter-pull-request.yaml b/.tekton/openshift-builds-waiter-pull-request.yaml index cc8465fb7..3495306c5 100644 --- a/.tekton/openshift-builds-waiter-pull-request.yaml +++ b/.tekton/openshift-builds-waiter-pull-request.yaml @@ -9,7 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/waiter/|.konflux/waiter/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -17,8 +17,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-waiter-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-waiter-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-waiter-on-pull-request namespace: rh-openshift-builds-tenant @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-waiter-1-1:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-waiter-1-2:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/openshift-builds-waiter-push.yaml b/.tekton/openshift-builds-waiter-push.yaml index a7a334041..115b705d3 100644 --- a/.tekton/openshift-builds-waiter-push.yaml +++ b/.tekton/openshift-builds-waiter-push.yaml @@ -8,7 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('cmd/waiter/|.konflux/waiter/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -16,8 +16,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-waiter-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-waiter-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-waiter-on-push namespace: rh-openshift-builds-tenant @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-waiter-1-1:{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-waiter-1-2:{{revision}} - name: dockerfile value: .konflux/waiter/Dockerfile - name: build-source-image diff --git a/.tekton/openshift-builds-webhook-pull-request.yaml b/.tekton/openshift-builds-webhook-pull-request.yaml index f1162805a..894663ffd 100644 --- a/.tekton/openshift-builds-webhook-pull-request.yaml +++ b/.tekton/openshift-builds-webhook-pull-request.yaml @@ -9,7 +9,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "pull_request" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('version/|pkg/webhook/|pkg/ctxlog/|cmd/shipwright-build-webhook/|.konflux/webhook/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -17,8 +17,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-webhook-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-webhook-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-webhook-on-pull-request namespace: rh-openshift-builds-tenant @@ -29,7 +29,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-webhook-1-1:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-webhook-1-2:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/openshift-builds-webhook-push.yaml b/.tekton/openshift-builds-webhook-push.yaml index fcb9d663d..de52cac31 100644 --- a/.tekton/openshift-builds-webhook-push.yaml +++ b/.tekton/openshift-builds-webhook-push.yaml @@ -8,7 +8,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "3" pipelinesascode.tekton.dev/on-cel-expression: | event == "push" && - target_branch == "builds-1.1" && + target_branch == "builds-1.2" && ( files.all.exists(x, x.matches('version/|pkg/webhook/|pkg/ctxlog/|cmd/shipwright-build-webhook/|.konflux/webhook/')) || files.all.exists(x, x.matches('go.mod|go.sum')) || @@ -16,8 +16,8 @@ metadata: ) creationTimestamp: null labels: - appstudio.openshift.io/application: openshift-builds-1-1 - appstudio.openshift.io/component: openshift-builds-webhook-1-1 + appstudio.openshift.io/application: openshift-builds-1-2 + appstudio.openshift.io/component: openshift-builds-webhook-1-2 pipelines.appstudio.openshift.io/type: build name: openshift-builds-webhook-on-push namespace: rh-openshift-builds-tenant @@ -28,7 +28,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-webhook-1-1:{{revision}} + value: quay.io/redhat-user-workloads/rh-openshift-builds-tenant/openshift-builds-webhook-1-2:{{revision}} - name: dockerfile value: .konflux/webhook/Dockerfile - name: build-source-image