diff --git a/bundle.Dockerfile b/bundle.Dockerfile index ce34f275..c150f103 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -9,7 +9,7 @@ ARG REPLACED_OPERAND_IMG=quay.io/openshift/origin-cli-manager:latest RUN hack/replace-image.sh deploy $REPLACED_OPERAND_IMG $OPERAND_IMAGE RUN hack/replace-image.sh manifests $REPLACED_OPERAND_IMG $OPERAND_IMAGE -ARG OPERATOR_IMAGE=registry.redhat.io/cli-manager/cli-manager-rhel9-operator@sha256:00341d094ac1617554c1cceea80b52be63e95707a85fbaa01e1c992353abd10e +ARG OPERATOR_IMAGE=registry.redhat.io/cli-manager/cli-manager-rhel9-operator@sha256:3e8111e29abb869007ee6479c3494c2febb7f26517511faaeedb6e774ddf7993 ARG REPLACED_OPERATOR_IMG=quay.io/openshift/origin-cli-manager-operator:latest # Replace the operand image in deploy/07_deployment.yaml with the one specified by the OPERATOR_IMAGE build argument.