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 @@ -878,7 +878,7 @@ spec:
- name: IMAGE_SHIPWRIGHT_GIT_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:219379741e5e7bb4a341ae4e17d1d3e35a412528b11ceda45ff3964efe0bc1f3
- name: IMAGE_SHIPWRIGHT_IMAGE_PROCESSING_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
value: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0f54bb295bfea2644dde18547598c7599469d1f2372a7385fafb2f745e62d056
- name: IMAGE_SHIPWRIGHT_BUNDLE_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
- name: IMAGE_SHIPWRIGHT_WAITER_CONTAINER_IMAGE
Expand Down Expand Up @@ -986,7 +986,7 @@ spec:
name: OPENSHIFT_BUILDS_CONTROLLER
- image: registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:219379741e5e7bb4a341ae4e17d1d3e35a412528b11ceda45ff3964efe0bc1f3
name: OPENSHIFT_BUILDS_GIT_CLONER
- image: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
- image: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0f54bb295bfea2644dde18547598c7599469d1f2372a7385fafb2f745e62d056
name: OPENSHIFT_BUILDS_IMAGE_PROCESSING
- image: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
name: OPENSHIFT_BUILDS_IMAGE_BUNDLER
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
- name: IMAGE_SHIPWRIGHT_GIT_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:219379741e5e7bb4a341ae4e17d1d3e35a412528b11ceda45ff3964efe0bc1f3
- name: IMAGE_SHIPWRIGHT_IMAGE_PROCESSING_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
value: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0f54bb295bfea2644dde18547598c7599469d1f2372a7385fafb2f745e62d056
- name: IMAGE_SHIPWRIGHT_BUNDLE_CONTAINER_IMAGE
value: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
- name: IMAGE_SHIPWRIGHT_WAITER_CONTAINER_IMAGE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
name: OPENSHIFT_BUILDS_CONTROLLER
- image: registry.redhat.io/openshift-builds/openshift-builds-git-cloner-rhel9@sha256:219379741e5e7bb4a341ae4e17d1d3e35a412528b11ceda45ff3964efe0bc1f3
name: OPENSHIFT_BUILDS_GIT_CLONER
- image: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:c8e5c985066fe22f9f9906a598934a2277976569d51cc857d74bbedac3168559
- image: registry.redhat.io/openshift-builds/openshift-builds-image-processing-rhel9@sha256:0f54bb295bfea2644dde18547598c7599469d1f2372a7385fafb2f745e62d056
name: OPENSHIFT_BUILDS_IMAGE_PROCESSING
- image: registry.redhat.io/openshift-builds/openshift-builds-image-bundler-rhel9@sha256:4940a6f7621464a8c8d107e92728c1a3ee9d51a3f6cd590e0335f6e5b1c6e1fd
name: OPENSHIFT_BUILDS_IMAGE_BUNDLER
Expand Down