From 256027238eca50b3cf05c754d7af43630da2453e 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: Thu, 6 Aug 2026 14:39:15 +0000 Subject: [PATCH] Update compliance-operator-must-gather-dev to c6ba9f8 Image created from 'https://github.com/ComplianceAsCode/compliance-operator?rev=aa1d475f7fd5ee497924ec4e4c2a702fe8c7dcef' 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 84394a51e5..273e729fc1 100644 --- a/bundle-hack/update_csv.go +++ b/bundle-hack/update_csv.go @@ -17,7 +17,7 @@ var ( konfluxOperatorPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-dev@sha256:ef4a592f20ef7665b98abd9e7f680f5b87baf7ccc8897ca5b60e78aa8bdfeab1" konfluxContentPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-content-dev@sha256:17c9c3e09a6c4cfea59aa4c9e1b579711cc54d3324748ae38171baacc36d5035" konfluxOpenscapPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-openscap-dev@sha256:463785a9048ce6e966118e1fe0181909e62f8aeef5fb5ffe146960cb5c9cbeb3" - konfluxMustGatherPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-must-gather-dev@sha256:4a4685c02d92e856dfbc4333445271aaa71ecd90485b0b45de80cb150feef1c8" + konfluxMustGatherPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-must-gather-dev@sha256:c6ba9f8af3568d48342731527aefc398440098d069321bedc0a45bab880f46be" ) func readCSV(csvFilename string, csv *map[string]interface{}) {