Skip to content

Commit 244e18d

Browse files
author
openshift-pipelines-bot
committed
[bot:main] update konflux configuration
1 parent 44ec5f6 commit 244e18d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.tekton/console-plugin-main-console-plugin-pull-request.yaml renamed to .tekton/console-plugin-next-console-plugin-pull-request.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-konflux/tektoncd-operator/refs/heads/main/.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-konflux/console-plugin.git?rev={{revision}}
99
build.appstudio.redhat.com/commit_sha: '{{revision}}'
1010
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
@@ -14,21 +14,21 @@ metadata:
1414
== "main" &&
1515
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1616
".konflux/dockerfiles/console-plugin.Dockerfile".pathChanged() ||
17-
".tekton/console-plugin-main-console-plugin-pull-request.yaml".pathChanged())
17+
".tekton/console-plugin-next-console-plugin-pull-request.yaml".pathChanged())
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-core-main
20-
appstudio.openshift.io/component: console-plugin-main-console-plugin
19+
appstudio.openshift.io/application: openshift-pipelines-core-next
20+
appstudio.openshift.io/component: console-plugin-next-console-plugin
2121
pipelines.appstudio.openshift.io/type: build
22-
name: console-plugin-main-console-plugin-on-pull-request
23-
namespace: tekton-ecosystem-tenant
22+
name: console-plugin-next-console-plugin-on-pull-request
23+
namespace:
2424
spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/console-plugin-rhel9:on-pr-{{revision}}
31+
value: quay.io/redhat-user-workloads//console-plugin-rhel9:on-pr-{{revision}}
3232
- name: image-expires-after
3333
value: 5d
3434
- name: dockerfile
@@ -42,7 +42,7 @@ spec:
4242
pipelineRef:
4343
name: docker-build-ta
4444
taskRunTemplate:
45-
serviceAccountName: build-pipeline-console-plugin-main-console-plugin
45+
serviceAccountName: build-pipeline-console-plugin-console-plugin-next
4646
workspaces:
4747
- name: git-auth
4848
secret:

.tekton/console-plugin-main-console-plugin-push.yaml renamed to .tekton/console-plugin-next-console-plugin-push.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@ metadata:
1313
== "main" &&
1414
("upstream/***".pathChanged() || ".konflux/patches/***".pathChanged() || ".konflux/rpms/***".pathChanged() ||
1515
".konflux/dockerfiles/console-plugin.Dockerfile".pathChanged() ||
16-
".tekton/console-plugin-main-console-plugin-push.yaml".pathChanged())
16+
".tekton/console-plugin-next-console-plugin-push.yaml".pathChanged())
1717
creationTimestamp: null
1818
labels:
19-
appstudio.openshift.io/application: openshift-pipelines-core-main
20-
appstudio.openshift.io/component: console-plugin-main-console-plugin
19+
appstudio.openshift.io/application: openshift-pipelines-core-next
20+
appstudio.openshift.io/component: console-plugin-next-console-plugin
2121
pipelines.appstudio.openshift.io/type: build
22-
name: console-plugin-main-console-plugin-on-push
23-
namespace: tekton-ecosystem-tenant
22+
name: console-plugin-next-console-plugin-on-push
23+
namespace:
2424
spec:
2525
params:
2626
- name: git-url
2727
value: '{{source_url}}'
2828
- name: revision
2929
value: '{{revision}}'
3030
- name: output-image
31-
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/console-plugin-rhel9:{{revision}}
31+
value: quay.io/redhat-user-workloads//console-plugin-rhel9:{{revision}}
3232
- name: dockerfile
3333
value: .konflux/dockerfiles/console-plugin.Dockerfile
3434
- name: prefetch-input
@@ -37,7 +37,7 @@ spec:
3737
pipelineRef:
3838
name: docker-build-ta
3939
taskRunTemplate:
40-
serviceAccountName: build-pipeline-console-plugin-main-console-plugin
40+
serviceAccountName: build-pipeline-console-plugin-console-plugin-next
4141
workspaces:
4242
- name: git-auth
4343
secret:

0 commit comments

Comments
 (0)