Skip to content
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 @@ -397,7 +397,7 @@ spec:
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:45624a5a5c09139eaa3d9d65ae311c81e2b753d8201e448b8d46910a9bc43173
- name: RELATED_IMAGE_PODVM_BUILDER
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:af56b302227f259b84196a748a8a07a172042c931a73ff27eb7e880c21353e1d
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:249e9d3ab8a90ad1a4425392d11163b1560c7557ff3b2c39c88f0783f4ae944f
- name: RELATED_IMAGE_PODVM_PAYLOAD
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:c321535760ffc6f6b1529e31a3ccc56a890199076ceeb1ba24492b125ab01dcb
- name: RELATED_IMAGE_PODVM_OCI
Expand Down Expand Up @@ -554,7 +554,7 @@ spec:
name: caa
- image: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:45624a5a5c09139eaa3d9d65ae311c81e2b753d8201e448b8d46910a9bc43173
name: peerpods-webhook
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:af56b302227f259b84196a748a8a07a172042c931a73ff27eb7e880c21353e1d
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:249e9d3ab8a90ad1a4425392d11163b1560c7557ff3b2c39c88f0783f4ae944f
name: podvm-builder
- image: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:c321535760ffc6f6b1529e31a3ccc56a890199076ceeb1ba24492b125ab01dcb
name: podvm-payload
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
- name: RELATED_IMAGE_PEERPODS_WEBHOOK
value: registry.redhat.io/openshift-sandboxed-containers/osc-cloud-api-adaptor-webhook-rhel9@sha256:45624a5a5c09139eaa3d9d65ae311c81e2b753d8201e448b8d46910a9bc43173
- name: RELATED_IMAGE_PODVM_BUILDER
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:af56b302227f259b84196a748a8a07a172042c931a73ff27eb7e880c21353e1d
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-builder-rhel9@sha256:249e9d3ab8a90ad1a4425392d11163b1560c7557ff3b2c39c88f0783f4ae944f
- name: RELATED_IMAGE_PODVM_PAYLOAD
value: registry.redhat.io/openshift-sandboxed-containers/osc-podvm-payload-rhel9@sha256:c321535760ffc6f6b1529e31a3ccc56a890199076ceeb1ba24492b125ab01dcb
- name: RELATED_IMAGE_PODVM_OCI
Expand Down