From 7bd347831d6cf2c3c8cac41a6d34b79360115e30 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:10 +0000 Subject: [PATCH] chore(deps): update lws-operator-1-0 to 82c1308 Image created from 'https://github.com/openshift/lws-operator?rev=1b833ac8349f0fba3f28f2515f3a674d48ec8630' 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 d308ea46..6e60dc92 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:520634c5f3484923571e1eb194b60e6f20187495d98f9f30c1eabf139f08c650 +ARG OPERATOR_IMAGE=registry.redhat.io/leader-worker-set/lws-rhel9-operator@sha256:82c1308434f2e54a2ca623701fe1501416b656221ed099377b811a1f0b0732e5 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.