From 46e30d6773a7e1c757ec50c8c72b2392c1c8c0f2 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:58:26 +0000 Subject: [PATCH] chore(deps): update cli-manager-main to e8757e1 Image created from 'https://github.com/openshift/cli-manager?rev=98cfe062b66a8ad605b8c8f64b7a5d16b2486ceb' 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 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.