From e6259b2f690d6a131ad93e0086610826a4736995 Mon Sep 17 00:00:00 2001 From: David Eads Date: Mon, 30 Oct 2023 10:48:15 -0400 Subject: [PATCH] bring openshift/api into the payload --- Dockerfile.rhel8 | 3 +-- manifests/image-references | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile.rhel8 b/Dockerfile.rhel8 index 6bec6de6b2a..db629e0be4a 100644 --- a/Dockerfile.rhel8 +++ b/Dockerfile.rhel8 @@ -31,5 +31,4 @@ COPY manifests /manifests #COPY operator/v1/0000_10_config-operator_*.yaml /manifests #COPY payload-command/empty-resources /manifests -# TODO uncomment after all the other "add a new image" steps are complete. -#LABEL io.openshift.release.operator true +LABEL io.openshift.release.operator true diff --git a/manifests/image-references b/manifests/image-references index 8011362a03f..5d1e5441dfb 100644 --- a/manifests/image-references +++ b/manifests/image-references @@ -2,7 +2,7 @@ kind: ImageStream apiVersion: image.openshift.io/v1 spec: tags: - - name: api + - name: cluster-config-api from: kind: DockerImage - name: quay.io/openshift/origin-api:v4.0 + name: none-of-the-manifests-need-this-image-injected