From 8699bea910fa78282a70784e5bed4f590567d34a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 06:41:06 +0000 Subject: [PATCH] Update lws-operator-main to 2e98b33 Image created from 'https://github.com/openshift/lws-operator?rev=c6eac3eb4501b6d17033ed9a0f8358eb7b49670b' 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 71fda3a0..af0f4c99 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -9,7 +9,7 @@ ARG REPLACED_OPERAND_IMG=\${OPERAND_IMAGE} 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/leader-worker-set/lws-rhel9-operator@sha256:8aab43a5381fcd5ba8405a8e6262702dc3e71169655998ede486138656f86e5a +ARG OPERATOR_IMAGE=registry.redhat.io/leader-worker-set/lws-rhel9-operator@sha256:2e98b33ebf69f4526e15cf0c7e645da3ed50de949fad1ce62a4a324ce92fae6c ARG REPLACED_OPERATOR_IMG=\${OPERATOR_IMAGE} # Replace the operand image in deploy/05_deployment.yaml with the one specified by the OPERATOR_IMAGE build argument.