Skip to content
Open
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 @@ -1297,7 +1297,7 @@ spec:
value: registry.redhat.io/ubi8/openjdk-17@sha256:e8cc2e476282b75d89c73057bfa713db22d72bdb2808d62d981a84c33beb2575
- name: IMAGE_PIPELINES_CONSOLE_PLUGIN
value: registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abc6499c29b8afce917c1295bab115b98b0267fbac7ad369760fabd4f3397de2
image: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:e2d4a2f85391c8d68ed0978d39a7341e091239e07acbb94c7e0605cfac7e05c8
image: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:7512f9a07be923c5359bded3332a7323385a0b1808f259deb4960618bbf01aee
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: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:e2d4a2f85391c8d68ed0978d39a7341e091239e07acbb94c7e0605cfac7e05c8
image: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:7512f9a07be923c5359bded3332a7323385a0b1808f259deb4960618bbf01aee
imagePullPolicy: Always
name: openshift-pipelines-operator-cluster-operations
resources: {}
Expand Down Expand Up @@ -1429,9 +1429,9 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:e2d4a2f85391c8d68ed0978d39a7341e091239e07acbb94c7e0605cfac7e05c8
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:7512f9a07be923c5359bded3332a7323385a0b1808f259deb4960618bbf01aee
name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:e2d4a2f85391c8d68ed0978d39a7341e091239e07acbb94c7e0605cfac7e05c8
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:7512f9a07be923c5359bded3332a7323385a0b1808f259deb4960618bbf01aee
name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
- image: registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:ef0ebaa5eec80113ade29b955d1113070a3bb75b1337e060e2154c5e0dc909ac
name: IMAGE_PIPELINES_PROXY
Expand Down
Loading