From 253f8788e202ae44ea173973bae02ae6f53831c3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 07:22:42 +0000 Subject: [PATCH] chore(deps): update cli-manager-operator-main to 2279a8a Image created from 'https://github.com/openshift/cli-manager-operator?rev=2d36370a2c422ebc34f7a0871bbd20bacd5fe108' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- bundle.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.Dockerfile b/bundle.Dockerfile index 353f24df..591606b2 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:41e7f5eb0bd9c19387aea5c6fd1ff733ea8d8ebca4d50bc33b19bae191eb8967 +ARG OPERATOR_IMAGE=registry.redhat.io/cli-manager/cli-manager-rhel9-operator@sha256:2279a8a5c69a45845e05063e237a27ada7b04cb6d69aed776c7fa56ee30e7f37 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.