Skip to content
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 @@ -1477,7 +1477,7 @@ spec:
value: registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:6b8b62ce96da1a4cc6f5c9f9286aec07675322a9648b2971d88cebddf2ba74fc
- name: IMAGE_PIPELINES_CONSOLE_PLUGIN_LEGACY
value: registry.redhat.io/openshift-pipelines/pipelines-console-plugin-pf5-rhel9@sha256:03cece71ae25d21bea896867bbb929812a23db3ebb19fda25d3718c322ea59e8
image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:ea5f6c13d30d1a49726f7e5eb18e887336e0e63064857f1b02b26c110cf1eed8
image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:345bade1ee2ce762c2e684bf65f89aa02385dee870a5200ad718f4731f10664e
imagePullPolicy: Always
name: openshift-pipelines-operator-lifecycle
resources: {}
Expand Down Expand Up @@ -1515,7 +1515,7 @@ spec:
value: tekton.dev/operator
- name: CONFIG_LEADERELECTION_NAME
value: tekton-operator-controller-config-leader-election
image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:ea5f6c13d30d1a49726f7e5eb18e887336e0e63064857f1b02b26c110cf1eed8
image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:345bade1ee2ce762c2e684bf65f89aa02385dee870a5200ad718f4731f10664e
imagePullPolicy: Always
name: openshift-pipelines-operator-cluster-operations
resources: {}
Expand Down Expand Up @@ -1618,9 +1618,9 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:ea5f6c13d30d1a49726f7e5eb18e887336e0e63064857f1b02b26c110cf1eed8
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:345bade1ee2ce762c2e684bf65f89aa02385dee870a5200ad718f4731f10664e
name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:ea5f6c13d30d1a49726f7e5eb18e887336e0e63064857f1b02b26c110cf1eed8
- image: registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:345bade1ee2ce762c2e684bf65f89aa02385dee870a5200ad718f4731f10664e
name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
- image: registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:274070d834d2827f821d359f1c2607a63b844dfea215843293bb94404bd79f06
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 @@ -79,9 +79,9 @@ images:
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-pipelines-as-code-cli-rhel9@sha256:442d6c8412983b7a4e5c180056730c88eda6bd3d74b59829ed5ac4f95dc5d739
# operator
- name: OPENSHIFT_PIPELINES_OPERATOR_LIFECYCLE
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-rhel9-operator@sha256:ea5f6c13d30d1a49726f7e5eb18e887336e0e63064857f1b02b26c110cf1eed8
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-rhel9-operator@sha256:345bade1ee2ce762c2e684bf65f89aa02385dee870a5200ad718f4731f10664e
- name: OPENSHIFT_PIPELINES_OPERATOR_CLUSTER_OPERATIONS
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-rhel9-operator@sha256:ea5f6c13d30d1a49726f7e5eb18e887336e0e63064857f1b02b26c110cf1eed8
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-rhel9-operator@sha256:345bade1ee2ce762c2e684bf65f89aa02385dee870a5200ad718f4731f10664e
- name: IMAGE_PIPELINES_PROXY
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/pipelines-operator-proxy-rhel9@sha256:274070d834d2827f821d359f1c2607a63b844dfea215843293bb94404bd79f06
- name: TEKTON_OPERATOR_WEBHOOK
Expand Down