Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update tektoncd-pipeline-main-resolvers to 1480f8a #1208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -1218,7 +1218,7 @@ spec:
- name: IMAGE_PIPELINES_WEBHOOK
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/webhook@sha256:6695b091ba50e31b7ceefb0f9c5828525af37f0543fd267ac8bbec56ae5267e1
- name: IMAGE_PIPELINES_CONTROLLER
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/resolvers@sha256:34f420b7378c77de88869ef648ff603f4bc53bccd2f3a6807a8256685b86601d
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/resolvers@sha256:1480f8afc608f9b62a4bdcb72dee089f9fb8a4efdc1155011c905942fc63b0fe
- name: IMAGE_PIPELINES_TEKTON_EVENTS_CONTROLLER
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/events@sha256:52ceaa64f22600b64aedecde84deef51a6403eca2849556185f83e2ba164e22d
- name: IMAGE_PIPELINES_ARG__ENTRYPOINT_IMAGE
Expand Down Expand Up @@ -1437,7 +1437,7 @@ spec:
name: IMAGE_PIPELINES_TEKTON_PIPELINES_CONTROLLER
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/webhook@sha256:6695b091ba50e31b7ceefb0f9c5828525af37f0543fd267ac8bbec56ae5267e1
name: IMAGE_PIPELINES_WEBHOOK
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/resolvers@sha256:34f420b7378c77de88869ef648ff603f4bc53bccd2f3a6807a8256685b86601d
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/resolvers@sha256:1480f8afc608f9b62a4bdcb72dee089f9fb8a4efdc1155011c905942fc63b0fe
name: IMAGE_PIPELINES_CONTROLLER
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/events@sha256:52ceaa64f22600b64aedecde84deef51a6403eca2849556185f83e2ba164e22d
name: IMAGE_PIPELINES_TEKTON_EVENTS_CONTROLLER
Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ images:
- name: IMAGE_PIPELINES_WEBHOOK
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/webhook@sha256:6695b091ba50e31b7ceefb0f9c5828525af37f0543fd267ac8bbec56ae5267e1
- name: IMAGE_PIPELINES_CONTROLLER # should be RESOLVERS instead
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/resolvers@sha256:34f420b7378c77de88869ef648ff603f4bc53bccd2f3a6807a8256685b86601d
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/resolvers@sha256:1480f8afc608f9b62a4bdcb72dee089f9fb8a4efdc1155011c905942fc63b0fe
- name: IMAGE_PIPELINES_TEKTON_EVENTS_CONTROLLER
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/tektoncd-pipeline-main/events@sha256:52ceaa64f22600b64aedecde84deef51a6403eca2849556185f83e2ba164e22d
- name: IMAGE_PIPELINES_ARG__ENTRYPOINT_IMAGE
Expand Down