Skip to content

Commit 110edfb

Browse files
authored
Merge pull request #1 from janaki29/appstudio-test-component-custom
Konflux Staging update test-component-custom
2 parents c48dfab + ed2c99e commit 110edfb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.tekton/test-component-custom-pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: tekton.dev/v1
22
kind: PipelineRun
33
metadata:
44
annotations:
5-
build.appstudio.openshift.io/repo: https://github.com/abhinandan13jan/test-component-custom?rev={{revision}}
5+
build.appstudio.openshift.io/repo: https://github.com/janaki29/test-component-custom?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
@@ -11,19 +11,19 @@ metadata:
1111
== "main"
1212
creationTimestamp: null
1313
labels:
14-
appstudio.openshift.io/application: test-app
14+
appstudio.openshift.io/application: first-app
1515
appstudio.openshift.io/component: test-component-custom
1616
pipelines.appstudio.openshift.io/type: build
1717
name: test-component-custom-on-pull-request
18-
namespace: abhindas-tenant
18+
namespace: djanaki-tenant
1919
spec:
2020
params:
2121
- name: git-url
2222
value: '{{source_url}}'
2323
- name: revision
2424
value: '{{revision}}'
2525
- name: output-image
26-
value: quay.io/redhat-user-workloads-stage/abhindas-tenant/test-component-custom:on-pr-{{revision}}
26+
value: quay.io/redhat-user-workloads-stage/djanaki-tenant/test-component-custom:on-pr-{{revision}}
2727
- name: image-expires-after
2828
value: 5d
2929
- name: dockerfile

.tekton/test-component-custom-push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ apiVersion: tekton.dev/v1
22
kind: PipelineRun
33
metadata:
44
annotations:
5-
build.appstudio.openshift.io/repo: https://github.com/abhinandan13jan/test-component-custom?rev={{revision}}
5+
build.appstudio.openshift.io/repo: https://github.com/janaki29/test-component-custom?rev={{revision}}
66
build.appstudio.redhat.com/commit_sha: '{{revision}}'
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
1010
== "main"
1111
creationTimestamp: null
1212
labels:
13-
appstudio.openshift.io/application: test-app
13+
appstudio.openshift.io/application: first-app
1414
appstudio.openshift.io/component: test-component-custom
1515
pipelines.appstudio.openshift.io/type: build
1616
name: test-component-custom-on-push
17-
namespace: abhindas-tenant
17+
namespace: djanaki-tenant
1818
spec:
1919
params:
2020
- name: git-url
2121
value: '{{source_url}}'
2222
- name: revision
2323
value: '{{revision}}'
2424
- name: output-image
25-
value: quay.io/redhat-user-workloads-stage/abhindas-tenant/test-component-custom:{{revision}}
25+
value: quay.io/redhat-user-workloads-stage/djanaki-tenant/test-component-custom:{{revision}}
2626
- name: dockerfile
2727
value: Dockerfile
2828
pipelineSpec:

0 commit comments

Comments
 (0)