Skip to content

Commit 057ee7b

Browse files
openshift-pipelines-botsavitaashture
authored andcommitted
[bot:release-v1.15.x] update konflux configuration
1 parent a85a850 commit 057ee7b

16 files changed

+96
-96
lines changed

.tekton/tektoncd-pipeline-1-17-controller-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-15-controller-pull-request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ metadata:
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-
== "release-v1.17.x" &&
14+
== "release-v1.15.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-1-17-controller-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-15-controller-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: openshift-pipelines-1-17
21-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-controller
20+
appstudio.openshift.io/application: openshift-pipelines-1-15
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-controller
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-1-17-controller-on-pull-request
23+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-controller-rhel8:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-controller-rhel8:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-1-17-controller-push.yaml renamed to .tekton/tektoncd-pipeline-1-15-controller-push.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ metadata:
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-
== "release-v1.17.x" &&
13+
== "release-v1.15.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/controller.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-1-17-controller-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-15-controller-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-1-17
20-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-controller
19+
appstudio.openshift.io/application: openshift-pipelines-1-15
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-controller
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-1-17-controller-on-push
22+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-controller-rhel8:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-controller-rhel8:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/controller.Dockerfile
3434
- name: prefetch-input

.tekton/tektoncd-pipeline-1-17-entrypoint-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-15-entrypoint-pull-request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ metadata:
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-
== "release-v1.17.x" &&
14+
== "release-v1.15.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/entrypoint.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-1-17-entrypoint-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-15-entrypoint-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: openshift-pipelines-1-17
21-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-entrypoint
20+
appstudio.openshift.io/application: openshift-pipelines-1-15
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-entrypoint
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-1-17-entrypoint-on-pull-request
23+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-entrypoint-rhel8:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-entrypoint-rhel8:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-1-17-entrypoint-push.yaml renamed to .tekton/tektoncd-pipeline-1-15-entrypoint-push.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ metadata:
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-
== "release-v1.17.x" &&
13+
== "release-v1.15.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/entrypoint.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-1-17-entrypoint-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-15-entrypoint-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-1-17
20-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-entrypoint
19+
appstudio.openshift.io/application: openshift-pipelines-1-15
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-entrypoint
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-1-17-entrypoint-on-push
22+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-entrypoint-rhel8:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-entrypoint-rhel8:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/entrypoint.Dockerfile
3434
- name: prefetch-input

.tekton/tektoncd-pipeline-1-17-events-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-15-events-pull-request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ metadata:
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-
== "release-v1.17.x" &&
14+
== "release-v1.15.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/events.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-1-17-events-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-15-events-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: openshift-pipelines-1-17
21-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-events
20+
appstudio.openshift.io/application: openshift-pipelines-1-15
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-events
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-1-17-events-on-pull-request
23+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-events-rhel8:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-events-rhel8:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-1-17-events-push.yaml renamed to .tekton/tektoncd-pipeline-1-15-events-push.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ metadata:
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-
== "release-v1.17.x" &&
13+
== "release-v1.15.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/events.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-1-17-events-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-15-events-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-1-17
20-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-events
19+
appstudio.openshift.io/application: openshift-pipelines-1-15
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-events
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-1-17-events-on-push
22+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-events-rhel8:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-events-rhel8:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/events.Dockerfile
3434
- name: prefetch-input

.tekton/tektoncd-pipeline-1-17-nop-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-15-nop-pull-request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ metadata:
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-
== "release-v1.17.x" &&
14+
== "release-v1.15.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/nop.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-1-17-nop-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-15-nop-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: openshift-pipelines-1-17
21-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-nop
20+
appstudio.openshift.io/application: openshift-pipelines-1-15
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-nop
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-1-17-nop-on-pull-request
23+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-nop-rhel8:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-nop-rhel8:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-1-17-nop-push.yaml renamed to .tekton/tektoncd-pipeline-1-15-nop-push.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ metadata:
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-
== "release-v1.17.x" &&
13+
== "release-v1.15.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/nop.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-1-17-nop-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-15-nop-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-1-17
20-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-nop
19+
appstudio.openshift.io/application: openshift-pipelines-1-15
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-nop
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-1-17-nop-on-push
22+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-nop-rhel8:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-nop-rhel8:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/nop.Dockerfile
3434
- name: prefetch-input

.tekton/tektoncd-pipeline-1-17-resolvers-pull-request.yaml renamed to .tekton/tektoncd-pipeline-1-15-resolvers-pull-request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ metadata:
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-
== "release-v1.17.x" &&
14+
== "release-v1.15.x" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/resolvers.Dockerfile".pathChanged() ||
17-
".tekton/tektoncd-pipeline-1-17-resolvers-pull-request.yaml".pathChanged())
17+
".tekton/tektoncd-pipeline-1-15-resolvers-pull-request.yaml".pathChanged())
1818
creationTimestamp: null
1919
labels:
20-
appstudio.openshift.io/application: openshift-pipelines-1-17
21-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-resolvers
20+
appstudio.openshift.io/application: openshift-pipelines-1-15
21+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-resolvers
2222
pipelines.appstudio.openshift.io/type: build
23-
name: tektoncd-pipeline-1-17-resolvers-on-pull-request
23+
name: tektoncd-pipeline-1-15-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/1-17/pipeline-resolvers-rhel8:on-pr-{{revision}}
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-resolvers-rhel8:on-pr-{{revision}}
3333
- name: image-expires-after
3434
value: 5d
3535
- name: dockerfile

.tekton/tektoncd-pipeline-1-17-resolvers-push.yaml renamed to .tekton/tektoncd-pipeline-1-15-resolvers-push.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ metadata:
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-
== "release-v1.17.x" &&
13+
== "release-v1.15.x" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/resolvers.Dockerfile".pathChanged() ||
16-
".tekton/tektoncd-pipeline-1-17-resolvers-push.yaml".pathChanged())
16+
".tekton/tektoncd-pipeline-1-15-resolvers-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-1-17
20-
appstudio.openshift.io/component: tektoncd-pipeline-1-17-resolvers
19+
appstudio.openshift.io/application: openshift-pipelines-1-15
20+
appstudio.openshift.io/component: tektoncd-pipeline-1-15-resolvers
2121
pipelines.appstudio.openshift.io/type: build
22-
name: tektoncd-pipeline-1-17-resolvers-on-push
22+
name: tektoncd-pipeline-1-15-resolvers-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/1-17/pipeline-resolvers-rhel8:{{revision}}
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-15/pipeline-resolvers-rhel8:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/resolvers.Dockerfile
3434
- name: prefetch-input

0 commit comments

Comments
 (0)