Skip to content
Merged
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 @@ -1468,7 +1468,7 @@ spec:
- name: IMAGE_PAC_PAC_WATCHER
value: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:34bdb6e2075d2a91395cee5d51bbb54a228380635df02a7bb7a9ca8d8bbfadb7
- name: IMAGE_PAC_PAC_CLI
value: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d34f78831af5db352b7848208da57d99a517e5412182b5986cf4410067f9d288
value: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:8709c34e7ca46a18b9d62ebcca8c4fe4413fdd2886d1cc2a1ebbabe69edc870d
- name: IMAGE_RESULTS_WATCHER
value: registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:2e95cb5586bbde38b0c74d44a7457361c38b8f914727bf06b762ce08c61137ed
- name: IMAGE_RESULTS_API
Expand Down Expand Up @@ -1749,7 +1749,7 @@ spec:
name: IMAGE_PAC_PAC_WEBHOOK
- image: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:34bdb6e2075d2a91395cee5d51bbb54a228380635df02a7bb7a9ca8d8bbfadb7
name: IMAGE_PAC_PAC_WATCHER
- image: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d34f78831af5db352b7848208da57d99a517e5412182b5986cf4410067f9d288
- image: registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:8709c34e7ca46a18b9d62ebcca8c4fe4413fdd2886d1cc2a1ebbabe69edc870d
name: IMAGE_PAC_PAC_CLI
- image: registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:2e95cb5586bbde38b0c74d44a7457361c38b8f914727bf06b762ce08c61137ed
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 @@ -76,7 +76,7 @@ images:
- name: IMAGE_PAC_PAC_WATCHER
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-pipelines-as-code-watcher-rhel9@sha256:34bdb6e2075d2a91395cee5d51bbb54a228380635df02a7bb7a9ca8d8bbfadb7
- name: IMAGE_PAC_PAC_CLI
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-pipelines-as-code-cli-rhel9@sha256:d34f78831af5db352b7848208da57d99a517e5412182b5986cf4410067f9d288
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-pipelines-as-code-cli-rhel9@sha256:8709c34e7ca46a18b9d62ebcca8c4fe4413fdd2886d1cc2a1ebbabe69edc870d
# operator
- name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-rhel9-operator@sha256:4107321a68b8bc7adc8f2cf142129dc9da5cd714339c55b608bd88bc0193d000
Expand Down