Skip to content

Commit

Permalink
.tekton: fix operator-main-bundle pipelineruns
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 3, 2024
1 parent a437d16 commit c630b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tekton/operator-main-bundle-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
"olm-catalog/openshift-pipelines/manifests/***".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-pipelines-operator
appstudio.openshift.io/application: operator-main
appstudio.openshift.io/component: operator-main-bundle
pipelines.appstudio.openshift.io/type: build
name: operator-main-bundle-on-pull-request
Expand All @@ -28,7 +28,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/openshift-pipelines-operator/bundle:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .tekton/operator-main-bundle-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
"olm-catalog/openshift-pipelines/manifests/***".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: openshift-pipelines-operator
appstudio.openshift.io/application: operator-main
appstudio.openshift.io/component: operator-main-bundle
pipelines.appstudio.openshift.io/type: build
name: operator-main-bundle-on-push
Expand All @@ -27,7 +27,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/openshift-pipelines-operator/bundle:{{revision}}
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/bundle:{{revision}}
- name: dockerfile
value: olm-catalog/openshift-pipelines/Dockerfile
pipelineSpec:
Expand Down

0 comments on commit c630b1c

Please sign in to comment.