From 8746a0759a143ae4f5b0fb6e11a1979924a0da7f 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: Tue, 16 Dec 2025 08:28:50 +0000 Subject: [PATCH] chore(deps): update file-integrity-operator-release-1-3 to 36a332e Image created from 'https://github.com/openshift/file-integrity-operator?rev=d0dadca39c67154b01a3e4f895ed91256646a9cb' Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- bundle-hack/update_csv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle-hack/update_csv.go b/bundle-hack/update_csv.go index faf5481d8..749cb82a8 100644 --- a/bundle-hack/update_csv.go +++ b/bundle-hack/update_csv.go @@ -147,7 +147,7 @@ func replaceImages(csv map[string]interface{}) { // recent builds. We want to peel off the SHA and append it to the Red // Hat registry so that the bundle image will work when it's available // there. - konfluxPullSpec := "quay.io/redhat-user-workloads/ocp-isc-tenant/file-integrity-operator-release@sha256:ce9c08c45902954ac7c26cd3dc89a00bf99c032399db80f7d7c3f2a77584e7f6" + konfluxPullSpec := "quay.io/redhat-user-workloads/ocp-isc-tenant/file-integrity-operator-release@sha256:36a332e6e5f6e3656e2217ef464356438823af396186bc309bd226d0891b5063" delimiter := "@" parts := strings.Split(konfluxPullSpec, delimiter) if len(parts) > 2 {