diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 353f24df..55b68e49 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:b737b19b415a09a9954b219f7e7bae44f1d2051e1d2e841e08bc2cbfabb96d15 +ARG OPERAND_IMAGE=registry.redhat.io/cli-manager/cli-manager-rhel9@sha256:3d434576660159cd1bee1507ba76ea0441463d21b7821354b3fc5060c4605921 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.