Skip to content

Commit ccb36e0

Browse files
committed
konflux: update pipelines for 9.0
Signed-off-by: Andrew Schoen <[email protected]>
1 parent ab34722 commit ccb36e0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.tekton/haproxy-pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ metadata:
99
pipelinesascode.tekton.dev/cancel-in-progress: "true"
1010
pipelinesascode.tekton.dev/max-keep-runs: "3"
1111
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
12-
== "release-8.1"
12+
== "release-9.0"
1313
creationTimestamp: null
1414
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
1717
pipelines.appstudio.openshift.io/type: build
18-
name: haproxy-on-pull-request
18+
name: haproxy-9-0-on-pull-request
1919
namespace: ceph-tenant
2020
spec:
2121
params:

.tekton/haproxy-push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ metadata:
88
pipelinesascode.tekton.dev/cancel-in-progress: "false"
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
11-
== "release-8.1"
11+
== "release-9.0"
1212
creationTimestamp: null
1313
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
1616
pipelines.appstudio.openshift.io/type: build
17-
name: haproxy-on-push
17+
name: haproxy-9-0-on-push
1818
namespace: ceph-tenant
1919
spec:
2020
params:

0 commit comments

Comments
 (0)