Skip to content

Commit

Permalink
Konflux for 2.14 (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Baungard Hansen <[email protected]>
  • Loading branch information
jacobbaungard authored Feb 27, 2025
1 parent bf59940 commit c847ac2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "release-2.13"
== "release-2.14"
creationTimestamp: null
labels:
appstudio.openshift.io/application: release-acm-213
appstudio.openshift.io/component: thanos-acm-213
appstudio.openshift.io/application: release-acm-214
appstudio.openshift.io/component: thanos-acm-214
pipelines.appstudio.openshift.io/type: build
name: thanos-acm-213-on-pull-request
name: thanos-acm-214-on-pull-request
namespace: crt-redhat-acm-tenant
spec:
params:
Expand All @@ -23,7 +23,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/thanos-acm-213:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/thanos-acm-214:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: build-platforms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ metadata:
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-2.13"
== "release-2.14"
creationTimestamp: null
labels:
appstudio.openshift.io/application: release-acm-213
appstudio.openshift.io/component: thanos-acm-213
appstudio.openshift.io/application: release-acm-214
appstudio.openshift.io/component: thanos-acm-214
pipelines.appstudio.openshift.io/type: build
name: thanos-acm-213-on-push
name: thanos-acm-214-on-push
namespace: crt-redhat-acm-tenant
spec:
params:
Expand All @@ -22,7 +22,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/thanos-acm-213:{{revision}}
value: quay.io/redhat-user-workloads/crt-redhat-acm-tenant/thanos-acm-214:{{revision}}
- name: build-platforms
value:
- linux/x86_64
Expand Down

0 comments on commit c847ac2

Please sign in to comment.