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 @@ -880,7 +880,7 @@ spec:
- name: IMAGE_SHIPWRIGHT_IMAGE_PROCESSING_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
- name: IMAGE_SHIPWRIGHT_BUNDLE_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
value: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a5161c9af2784bd99f8d2a5441026edee61fb1ea2ef23ef2e26ba976bf9c4ac7
- name: IMAGE_SHIPWRIGHT_WAITER_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:0d16f013d3fcff494d7b4923391b281de833899b4f696c6ed3fda304195c3cb0
- name: IMAGE_SHIPWRIGHT_SHIPWRIGHT_BUILD_WEBHOOK
Expand Down Expand Up @@ -988,7 +988,7 @@ spec:
name: OPENSHIFT_BUILDS_GIT_CLONER
- image: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
name: OPENSHIFT_BUILDS_IMAGE_PROCESSING
- image: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
- image: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a5161c9af2784bd99f8d2a5441026edee61fb1ea2ef23ef2e26ba976bf9c4ac7
name: OPENSHIFT_BUILDS_IMAGE_BUNDLER
- image: registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:0d16f013d3fcff494d7b4923391b281de833899b4f696c6ed3fda304195c3cb0
name: OPENSHIFT_BUILDS_WAITER
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
- name: IMAGE_SHIPWRIGHT_IMAGE_PROCESSING_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
- name: IMAGE_SHIPWRIGHT_BUNDLE_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
value: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a5161c9af2784bd99f8d2a5441026edee61fb1ea2ef23ef2e26ba976bf9c4ac7
- name: IMAGE_SHIPWRIGHT_WAITER_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:0d16f013d3fcff494d7b4923391b281de833899b4f696c6ed3fda304195c3cb0
- name: IMAGE_SHIPWRIGHT_SHIPWRIGHT_BUILD_WEBHOOK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
name: OPENSHIFT_BUILDS_GIT_CLONER
- image: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
name: OPENSHIFT_BUILDS_IMAGE_PROCESSING
- image: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
- image: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:a5161c9af2784bd99f8d2a5441026edee61fb1ea2ef23ef2e26ba976bf9c4ac7
name: OPENSHIFT_BUILDS_IMAGE_BUNDLER
- image: registry.redhat.io/openshift-builds/openshift-builds-waiters-rhel9@sha256:0d16f013d3fcff494d7b4923391b281de833899b4f696c6ed3fda304195c3cb0
name: OPENSHIFT_BUILDS_WAITER
Expand Down