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 372986c #1175

Merged
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 @@ -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:001b0b7c40c5f820b3923c03e8d07341ae62a17d7969ceaccbc5f28cc2273ff4
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:372986cfed2fcdd87d867ffa062d7f7448c3bed28b8b0135986aa167369e34de
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:001b0b7c40c5f820b3923c03e8d07341ae62a17d7969ceaccbc5f28cc2273ff4
image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:372986cfed2fcdd87d867ffa062d7f7448c3bed28b8b0135986aa167369e34de
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:001b0b7c40c5f820b3923c03e8d07341ae62a17d7969ceaccbc5f28cc2273ff4
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:372986cfed2fcdd87d867ffa062d7f7448c3bed28b8b0135986aa167369e34de
name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:001b0b7c40c5f820b3923c03e8d07341ae62a17d7969ceaccbc5f28cc2273ff4
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:372986cfed2fcdd87d867ffa062d7f7448c3bed28b8b0135986aa167369e34de
name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
- image: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/proxy@sha256:152501ec431be4de32f00248e3d98e6561f0185093cd85c78931e20e085678bc
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:d1da70bfeb83ce46e09dd7858ea6acd7a2cfa3f5055f007172f14430f09ab5d2
# operator
- name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:001b0b7c40c5f820b3923c03e8d07341ae62a17d7969ceaccbc5f28cc2273ff4
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:372986cfed2fcdd87d867ffa062d7f7448c3bed28b8b0135986aa167369e34de
- name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:001b0b7c40c5f820b3923c03e8d07341ae62a17d7969ceaccbc5f28cc2273ff4
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/operator@sha256:372986cfed2fcdd87d867ffa062d7f7448c3bed28b8b0135986aa167369e34de
- name: IMAGE_PIPELINES_PROXY
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/operator-main/proxy@sha256:152501ec431be4de32f00248e3d98e6561f0185093cd85c78931e20e085678bc
- name: TEKTON_OPERATOR_WEBHOOK
Expand Down
Loading