diff --git a/.tekton/operator-main-bundle-pull-request.yaml b/.tekton/operator-main-bundle-pull-request.yaml index 4812a4a5f..b9bbdb820 100644 --- a/.tekton/operator-main-bundle-pull-request.yaml +++ b/.tekton/operator-main-bundle-pull-request.yaml @@ -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 @@ -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 diff --git a/.tekton/operator-main-bundle-push.yaml b/.tekton/operator-main-bundle-push.yaml index 97f43ac8e..0fffa8086 100644 --- a/.tekton/operator-main-bundle-push.yaml +++ b/.tekton/operator-main-bundle-push.yaml @@ -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 @@ -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: