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 @@ -1280,7 +1280,7 @@ spec:
- name: IMAGE_ADDONS_TKN_CLI_SERVE
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
- name: IMAGE_CHAINS_TEKTON_CHAINS_CONTROLLER
value: registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:409c14649d8e7007d4b72b6feffb71dabd26322bf2a7c77f5307f2546fdfe81b
value: registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e7cb107d15c2730d5074c213011ec33b22fa4acd14e0a69393ed8e69a7886d07
- name: IMAGE_RESULTS_POSTGRES
value: registry.redhat.io/rhel9/postgresql-13@sha256:36647bd6d50d2e0e9c99ecf190bd515577c7ce9476e49d927c4d4065011e3441
- name: IMAGE_HUB_TEKTON_HUB_DB_MIGRATION
Expand Down Expand Up @@ -1529,7 +1529,7 @@ spec:
name: IMAGE_ADDONS_TKN_CLI_SERVE
- image: registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:8ae0ca6411e4fcd5c0605344bc6930cf122ffd80e71199509d58423a8b41de1d
name: TEKTON_OPERATOR_WEBHOOK
- image: registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:409c14649d8e7007d4b72b6feffb71dabd26322bf2a7c77f5307f2546fdfe81b
- image: registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:e7cb107d15c2730d5074c213011ec33b22fa4acd14e0a69393ed8e69a7886d07
name: IMAGE_CHAINS_TEKTON_CHAINS_CONTROLLER
- image: registry.redhat.io/rhel9/postgresql-13@sha256:ecd5a5583db922c517c735797db3fca587c0ef0b410e7dd494ace2267d89cf05
name: IMAGE_HUB_TEKTON_HUB_DB
Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ images:
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/triggers-eventlistenersink-rhel9@sha256:776d34b0ea2e35c11ad4050e6b40cf4b40c84dbe0d5f3e6ad669c494a210ea8e
# tektoncd-chains
- name: IMAGE_CHAINS_TEKTON_CHAINS_CONTROLLER
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/chains-controller-rhel9@sha256:409c14649d8e7007d4b72b6feffb71dabd26322bf2a7c77f5307f2546fdfe81b
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/chains-controller-rhel9@sha256:e7cb107d15c2730d5074c213011ec33b22fa4acd14e0a69393ed8e69a7886d07
# tektoncd-hub
- name: IMAGE_HUB_TEKTON_HUB_DB_MIGRATION
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/hub-db-migration-rhel9@sha256:eaad37453a5ebef51c28d4a068f56e9f394e710c72bb86342cd2189001420836
Expand Down