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 operator-main-operator to a27b582 #1347

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 @@ -1299,7 +1299,7 @@ spec:
value: registry.redhat.io/ubi8/openjdk-17@sha256:632e78989471859ca4ed1148b951a911f7e3b6e6516482be20967c4171612c55
- name: IMAGE_PIPELINES_CONSOLE_PLUGIN
value: registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:f36d16afce45049ac912789ecc990c4f782fdb3eca3bd28f4a030643a114694e
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:a27b5826b9c974670c0f351584087ead6824ab71b8256e8c89109cde898c9dc7
imagePullPolicy: Always
name: openshift-pipelines-operator-lifecycle
resources: {}
Expand Down Expand Up @@ -1332,7 +1332,7 @@ spec:
value: tekton.dev/operator
- name: CONFIG_LEADERELECTION_NAME
value: tekton-operator-controller-config-leader-election
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:f36d16afce45049ac912789ecc990c4f782fdb3eca3bd28f4a030643a114694e
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:a27b5826b9c974670c0f351584087ead6824ab71b8256e8c89109cde898c9dc7
imagePullPolicy: Always
name: openshift-pipelines-operator-cluster-operations
resources: {}
Expand Down Expand Up @@ -1427,9 +1427,9 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:f36d16afce45049ac912789ecc990c4f782fdb3eca3bd28f4a030643a114694e
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:a27b5826b9c974670c0f351584087ead6824ab71b8256e8c89109cde898c9dc7
name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:f36d16afce45049ac912789ecc990c4f782fdb3eca3bd28f4a030643a114694e
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:a27b5826b9c974670c0f351584087ead6824ab71b8256e8c89109cde898c9dc7
name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/proxy@sha256:4c0d3ed0479fe5fbce87e1b011a908467d5e954be16ed7ccff69566cb36f2692
name: IMAGE_PIPELINES_PROXY
Expand Down
4 changes: 2 additions & 2 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ images:
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pac-downstream-main/watcher@sha256:0d870c8abc7ba2f017c5cfdb547bb0e73f16a3a43332a672951315dce00824aa
# operator
- name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:f36d16afce45049ac912789ecc990c4f782fdb3eca3bd28f4a030643a114694e
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:a27b5826b9c974670c0f351584087ead6824ab71b8256e8c89109cde898c9dc7
- name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:f36d16afce45049ac912789ecc990c4f782fdb3eca3bd28f4a030643a114694e
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:a27b5826b9c974670c0f351584087ead6824ab71b8256e8c89109cde898c9dc7
- name: IMAGE_PIPELINES_PROXY
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/proxy@sha256:4c0d3ed0479fe5fbce87e1b011a908467d5e954be16ed7ccff69566cb36f2692
- name: TEKTON_OPERATOR_WEBHOOK
Expand Down