Skip to content

Commit 15bcd77

Browse files
openshift-pipelines-botsavitaashture
authored andcommitted
[bot:release-v1.18.x] update konflux configuration
1 parent 3404640 commit 15bcd77

16 files changed

+112
-112
lines changed

.tekton/tektoncd-pipeline-next-controller-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-18-controller-pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/max-keep-runs: "3"
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "next" &&
14+
== "release-v1.18.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-next-controller-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-18-controller-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: tektoncd-pipeline-next
21-
appstudio.openshift.io/component: tektoncd-pipeline-next-controller
20+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-controller
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-next-controller-on-pull-request
23+
name: tektoncd-pipeline-1-18-controller-on-pull-request
2424
namespace: tekton-ecosystem-tenant
2525
spec:
2626
params:
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/controller:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/controller:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-next-controller-push.yaml renamed to .tekton/tektoncd-pipeline-1-18-controller-push.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1111
pipelinesascode.tekton.dev/max-keep-runs: "3"
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13-
== "next" &&
13+
== "release-v1.18.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-next-controller-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-18-controller-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: tektoncd-pipeline-next
20-
appstudio.openshift.io/component: tektoncd-pipeline-next-controller
19+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-controller
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-next-controller-on-push
22+
name: tektoncd-pipeline-1-18-controller-on-push
2323
namespace: tekton-ecosystem-tenant
2424
spec:
2525
params:
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/controller:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/controller:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/controller.Dockerfile
3434
- name: build-platforms

.tekton/tektoncd-pipeline-next-entrypoint-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-18-entrypoint-pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/max-keep-runs: "3"
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "next" &&
14+
== "release-v1.18.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/entrypoint.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-next-entrypoint-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-18-entrypoint-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: tektoncd-pipeline-next
21-
appstudio.openshift.io/component: tektoncd-pipeline-next-entrypoint
20+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-entrypoint
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-next-entrypoint-on-pull-request
23+
name: tektoncd-pipeline-1-18-entrypoint-on-pull-request
2424
namespace: tekton-ecosystem-tenant
2525
spec:
2626
params:
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/entrypoint:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/entrypoint:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-next-entrypoint-push.yaml renamed to .tekton/tektoncd-pipeline-1-18-entrypoint-push.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1111
pipelinesascode.tekton.dev/max-keep-runs: "3"
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13-
== "next" &&
13+
== "release-v1.18.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/entrypoint.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-next-entrypoint-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-18-entrypoint-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: tektoncd-pipeline-next
20-
appstudio.openshift.io/component: tektoncd-pipeline-next-entrypoint
19+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-entrypoint
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-next-entrypoint-on-push
22+
name: tektoncd-pipeline-1-18-entrypoint-on-push
2323
namespace: tekton-ecosystem-tenant
2424
spec:
2525
params:
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/entrypoint:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/entrypoint:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/entrypoint.Dockerfile
3434
- name: build-platforms

.tekton/tektoncd-pipeline-next-events-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-18-events-pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/max-keep-runs: "3"
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "next" &&
14+
== "release-v1.18.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/events.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-next-events-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-18-events-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: tektoncd-pipeline-next
21-
appstudio.openshift.io/component: tektoncd-pipeline-next-events
20+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-events
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-next-events-on-pull-request
23+
name: tektoncd-pipeline-1-18-events-on-pull-request
2424
namespace: tekton-ecosystem-tenant
2525
spec:
2626
params:
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/events:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/events:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-next-events-push.yaml renamed to .tekton/tektoncd-pipeline-1-18-events-push.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1111
pipelinesascode.tekton.dev/max-keep-runs: "3"
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13-
== "next" &&
13+
== "release-v1.18.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/events.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-next-events-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-18-events-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: tektoncd-pipeline-next
20-
appstudio.openshift.io/component: tektoncd-pipeline-next-events
19+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-events
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-next-events-on-push
22+
name: tektoncd-pipeline-1-18-events-on-push
2323
namespace: tekton-ecosystem-tenant
2424
spec:
2525
params:
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/events:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/events:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/events.Dockerfile
3434
- name: build-platforms

.tekton/tektoncd-pipeline-next-nop-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-18-nop-pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/max-keep-runs: "3"
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "next" &&
14+
== "release-v1.18.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/nop.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-next-nop-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-18-nop-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: tektoncd-pipeline-next
21-
appstudio.openshift.io/component: tektoncd-pipeline-next-nop
20+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-nop
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-next-nop-on-pull-request
23+
name: tektoncd-pipeline-1-18-nop-on-pull-request
2424
namespace: tekton-ecosystem-tenant
2525
spec:
2626
params:
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/nop:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/nop:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-next-nop-push.yaml renamed to .tekton/tektoncd-pipeline-1-18-nop-push.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1111
pipelinesascode.tekton.dev/max-keep-runs: "3"
1212
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13-
== "next" &&
13+
== "release-v1.18.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/nop.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-next-nop-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-18-nop-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: tektoncd-pipeline-next
20-
appstudio.openshift.io/component: tektoncd-pipeline-next-nop
19+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-nop
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-next-nop-on-push
22+
name: tektoncd-pipeline-1-18-nop-on-push
2323
namespace: tekton-ecosystem-tenant
2424
spec:
2525
params:
@@ -28,7 +28,7 @@ spec:
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/nop:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/nop:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/nop.Dockerfile
3434
- name: build-platforms

.tekton/tektoncd-pipeline-next-resolvers-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-18-resolvers-pull-request.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ kind: PipelineRun
44
metadata:
55
annotations:
66
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/next/.tekton/docker-build-ta.yaml"
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
88
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/max-keep-runs: "3"
1313
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14-
== "next" &&
14+
== "release-v1.18.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/resolvers.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-next-resolvers-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-18-resolvers-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: tektoncd-pipeline-next
21-
appstudio.openshift.io/component: tektoncd-pipeline-next-resolvers
20+
appstudio.openshift.io/application: tektoncd-pipeline-1.18
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-18-resolvers
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-next-resolvers-on-pull-request
23+
name: tektoncd-pipeline-1-18-resolvers-on-pull-request
2424
namespace: tekton-ecosystem-tenant
2525
spec:
2626
params:
@@ -29,7 +29,7 @@ spec:
2929
- name: revision
3030
value: '{{revision}}'
3131
- name: output-image
32-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-next/resolvers:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-1-18/resolvers:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

0 commit comments

Comments
 (0)