Skip to content
Open
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 @@ -1239,7 +1239,7 @@ spec:
- name: IMAGE_PAC_PAC_WATCHER
value: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8d4450d68ac03d8275e337d2c55692ef35e954400d0c9f041a943d163a8b7680
- name: IMAGE_PAC_PAC_CLI
value: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:b3bedee6084e9d9da549d3e637d2bf176aa365b5818e6b6377525577edd710dc
value: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:533d30744885e3896bb1af9f6f258e167392c0f8a3da406b6d803a169fe11f08
- name: IMAGE_RESULTS_WATCHER
value: registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:f68dc18a4dc6a1886507097551f4a6fce39062d03c6eb86c067d317812b0d34a
- name: IMAGE_RESULTS_API
Expand Down Expand Up @@ -1448,7 +1448,7 @@ spec:
name: IMAGE_PAC_PAC_WEBHOOK
- image: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8d4450d68ac03d8275e337d2c55692ef35e954400d0c9f041a943d163a8b7680
name: IMAGE_PAC_PAC_WATCHER
- image: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:b3bedee6084e9d9da549d3e637d2bf176aa365b5818e6b6377525577edd710dc
- image: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:533d30744885e3896bb1af9f6f258e167392c0f8a3da406b6d803a169fe11f08
name: IMAGE_PAC_PAC_CLI
- image: registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:f68dc18a4dc6a1886507097551f4a6fce39062d03c6eb86c067d317812b0d34a
name: IMAGE_RESULTS_WATCHER
Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ images:
- name: IMAGE_PAC_PAC_WATCHER
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-14/pipelines-as-code-watcher-rhel8@sha256:8d4450d68ac03d8275e337d2c55692ef35e954400d0c9f041a943d163a8b7680
- name: IMAGE_PAC_PAC_CLI
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-14/pipelines-as-code-cli-rhel8@sha256:b3bedee6084e9d9da549d3e637d2bf176aa365b5818e6b6377525577edd710dc
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-14/pipelines-as-code-cli-rhel8@sha256:533d30744885e3896bb1af9f6f258e167392c0f8a3da406b6d803a169fe11f08
# operator
- name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-14/operator-operator-rhel8@sha256:6327385e3d3c9df1ea50e803955d980b4cd35fb15593fcfec0d477d91a45021f
Expand Down