Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down