diff --git a/.konflux/olm-catalog/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml b/.konflux/olm-catalog/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml index e38da81e4fa..4b6fa8fa211 100644 --- a/.konflux/olm-catalog/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml +++ b/.konflux/olm-catalog/bundle/manifests/openshift-pipelines-operator-rh.clusterserviceversion.yaml @@ -1240,7 +1240,7 @@ spec: - name: IMAGE_PIPELINES_ARG__SHELL_IMAGE value: registry.stage.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:60a823c24356695a7bd0df2c20732cba24f14d11316f2927aa1ce81bdc9f8fbc - name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER - value: registry.stage.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:b2d6ad7a4c1ed309108f81236c3fb704906cb58759681050de084864e7e183dc + value: registry.stage.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:f1d029395fbdac365128f89451a8e1a9234cd1a09073658e7838f495fdac404e - name: IMAGE_TRIGGERS_WEBHOOK value: registry.stage.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:49b3519cf2e2a61c0e990e51668bed4c0ea557fc581b08f6c6d010fe8fa47877 - name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CORE_INTERCEPTORS @@ -1459,7 +1459,7 @@ spec: name: IMAGE_PIPELINES_ARG__NOP_IMAGE - image: registry.stage.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:60a823c24356695a7bd0df2c20732cba24f14d11316f2927aa1ce81bdc9f8fbc name: IMAGE_PIPELINES_ARG__SHELL_IMAGE - - image: registry.stage.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:b2d6ad7a4c1ed309108f81236c3fb704906cb58759681050de084864e7e183dc + - image: registry.stage.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:f1d029395fbdac365128f89451a8e1a9234cd1a09073658e7838f495fdac404e name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER - image: registry.stage.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:49b3519cf2e2a61c0e990e51668bed4c0ea557fc581b08f6c6d010fe8fa47877 name: IMAGE_TRIGGERS_WEBHOOK diff --git a/project.yaml b/project.yaml index 5ed322f6dd8..5c8d32ace13 100644 --- a/project.yaml +++ b/project.yaml @@ -28,7 +28,7 @@ images: value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-sidecarlogresults-rhel8@sha256:54baed595f8d18fbe57d5d851e159628ae67aaa49dde9f585ffef8d72df286e0 # tektoncd-triggerspipelines - name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CONTROLLER - value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-triggers-controller-rhel8@sha256:b2d6ad7a4c1ed309108f81236c3fb704906cb58759681050de084864e7e183dc + value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-triggers-controller-rhel8@sha256:f1d029395fbdac365128f89451a8e1a9234cd1a09073658e7838f495fdac404e - name: IMAGE_TRIGGERS_WEBHOOK value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-triggers-webhook-rhel8@sha256:49b3519cf2e2a61c0e990e51668bed4c0ea557fc581b08f6c6d010fe8fa47877 - name: IMAGE_TRIGGERS_TEKTON_TRIGGERS_CORE_INTERCEPTORS