From cfc6c64b55780f155509a0fff7c96c01ff8b9001 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:28:54 +0000 Subject: [PATCH] Update hyperfleet-operator to 45de8db Image created from 'https://github.com/openshift-hyperfleet/hyperfleet-operator?rev=dd2572fcc420ffeb97d26f1f3c89ed6a05425b01' Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- bundle.konflux.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.konflux.Dockerfile b/bundle.konflux.Dockerfile index 8f51c0e..44ea799 100644 --- a/bundle.konflux.Dockerfile +++ b/bundle.konflux.Dockerfile @@ -11,7 +11,7 @@ RUN microdnf install -y tar gzip && \ FROM builder-runner AS builder # Hack to set the operator container image in the deployment # Konflux nudges update these variables with the latest digest-pinned pullspecs. -ARG HYPERFLEET_OPERATOR_IMAGE_PULLSPEC="quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/hyperfleet-operator@sha256:ca96669f92c969e4cf9eb2fe65805bac6c958b9f087cf6623bc55e46cd01a36b" +ARG HYPERFLEET_OPERATOR_IMAGE_PULLSPEC="quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/hyperfleet-operator@sha256:45de8db3123a8414263c6de33c09fc49fe47092e291e94cc945c8c5cbd9d6b4d" ENV HYPERFLEET_OPERATOR_IMAGE_PULLSPEC=${HYPERFLEET_OPERATOR_IMAGE_PULLSPEC} ARG HYPERFLEET_API_IMAGE_PULLSPEC="quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/hyperfleet-api@sha256:99f8cdda580069de21ba0e13b5b171cf82b81b93dc88b12bcaa8294e72e84fc3"