diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 29206c72..7f56c828 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -2,7 +2,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.25 as bui WORKDIR /go/src/github.com/openshift/cli-manager-operator COPY . . -ARG OPERAND_IMAGE=registry.redhat.io/cli-manager/cli-manager-rhel9@sha256:a6c5e6b67bda0809e8df9f9e3e678e8c2b9b81aa2094ddfa6fa2d49417c61757 +ARG OPERAND_IMAGE=registry.redhat.io/cli-manager/cli-manager-rhel9@sha256:e8757e1ab6a8977ebdeca203cbe3064e3352770f935c0bf3e07fb63af2c20e5f ARG REPLACED_OPERAND_IMG=quay.io/openshift/origin-cli-manager:latest # Replace the operand image in deploy/07_deployment.yaml with the one specified by the OPERAND_IMAGE build argument.