Skip to content

Commit

Permalink
Red Hat Konflux update retasc
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <[email protected]>
  • Loading branch information
red-hat-konflux committed Dec 19, 2024
1 parent 0086f4e commit cfd340b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/retasc-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ metadata:
appstudio.openshift.io/component: retasc
pipelines.appstudio.openshift.io/type: build
name: retasc-on-pull-request
namespace: exd-sp-rhel-wf-tenant
namespace: cmelim-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/retasc:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/cmelim-tenant/retasc:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .tekton/retasc-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ metadata:
appstudio.openshift.io/component: retasc
pipelines.appstudio.openshift.io/type: build
name: retasc-on-push
namespace: exd-sp-rhel-wf-tenant
namespace: cmelim-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/exd-sp-rhel-wf-tenant/retasc:{{revision}}
value: quay.io/redhat-user-workloads/cmelim-tenant/retasc:{{revision}}
- name: dockerfile
value: Containerfile
pipelineSpec:
Expand Down

0 comments on commit cfd340b

Please sign in to comment.