From e6a9f49fb881b93c48674cd24509ac305979c580 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: Mon, 26 Jan 2026 22:02:32 +0000 Subject: [PATCH] Update compliance-operator-must-gather-dev to e69d342 Image created from 'https://github.com/ComplianceAsCode/compliance-operator?rev=30241bee7956b5e2cac904517e6364516be513aa' 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 c2ff11bf7c..08c0717fd9 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:4634364e2056f6de8abe3a68ee878437d76ba95526b6626d21d7d509f43c7f4c" konfluxContentPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-content-dev@sha256:0acf3a33d24b4ed4fdc5fca8933015869f64818361da2534d0da0ddf839579a9" konfluxOpenscapPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-openscap-dev@sha256:c27b9680fdee28b566fbfa636777c18b03c4332a5694ac07ca3ada30420698e3" - konfluxMustGatherPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-must-gather-dev@sha256:b9a914216870c2a3b78ff641add7d0548e1805d70a411880109b645efa724262" + konfluxMustGatherPullSpec = "quay.io/redhat-user-workloads/ocp-isc-tenant/compliance-operator-must-gather-dev@sha256:e69d342d278699cf4541a0515f1105eb26e2ae480af7a5a56a5bf92306149795" ) func readCSV(csvFilename string, csv *map[string]interface{}) {