File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ metadata:
9
9
pipelinesascode.tekton.dev/cancel-in-progress : " true"
10
10
pipelinesascode.tekton.dev/max-keep-runs : " 3"
11
11
pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
12
- == "release-8.1 "
12
+ == "release-9.0 "
13
13
creationTimestamp : null
14
14
labels :
15
- appstudio.openshift.io/application : ceph-8-1
16
- appstudio.openshift.io/component : haproxy
15
+ appstudio.openshift.io/application : ceph-9-0
16
+ appstudio.openshift.io/component : haproxy-9-0
17
17
pipelines.appstudio.openshift.io/type : build
18
- name : haproxy-on-pull-request
18
+ name : haproxy-9-0- on-pull-request
19
19
namespace : ceph-tenant
20
20
spec :
21
21
params :
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ metadata:
8
8
pipelinesascode.tekton.dev/cancel-in-progress : " false"
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
10
pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
11
- == "release-8.1 "
11
+ == "release-9.0 "
12
12
creationTimestamp : null
13
13
labels :
14
- appstudio.openshift.io/application : ceph-8-1
15
- appstudio.openshift.io/component : haproxy
14
+ appstudio.openshift.io/application : ceph-9-0
15
+ appstudio.openshift.io/component : haproxy-9-0
16
16
pipelines.appstudio.openshift.io/type : build
17
- name : haproxy-on-push
17
+ name : haproxy-9-0- on-push
18
18
namespace : ceph-tenant
19
19
spec :
20
20
params :
You can’t perform that action at this time.
0 commit comments