From 7da4f5d8a74dd463a743c6bd09637426e8620862 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 15:39:28 +0000 Subject: [PATCH] chore(deps): update cluster-observability-operator-bundle-1-3 to 697b57c Image created from 'https://github.com/rhobs/konflux-coo?rev=0abded3b75a76871b053119985eb66457ff3a483' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- hack/update-catalog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-catalog.sh b/hack/update-catalog.sh index 3e2d0e1..153786e 100755 --- a/hack/update-catalog.sh +++ b/hack/update-catalog.sh @@ -1,5 +1,5 @@ #!/bin/bash -LATEST="quay.io/redhat-user-workloads/cluster-observabilit-tenant/cluster-observability-operator/cluster-observability-operator-bundle@sha256:7488244e33d640718d2b6d1bcf91800d02b9aff22ed5f0281af153621982c686" +LATEST="quay.io/redhat-user-workloads/cluster-observabilit-tenant/cluster-observability-operator/cluster-observability-operator-bundle@sha256:697b57cc6c6f23ffdf8fdf4cf8f3afa2c8bcaef9bcb03011f22ce80b78e025e3" VALUE="$LATEST" yq -i '.entries[-1].image=strenv(VALUE)' catalog/catalog-template.yaml