From c31e59ea5fca31353acd9ee76394b96ac0b38b06 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:11:35 +0000 Subject: [PATCH] chore(deps): update ocp-bpfman-operator-bundle to 4afcbf5 Signed-off-by: red-hat-konflux <123456+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 09b099d9c..bdad273a0 100755 --- a/hack/update_catalog.sh +++ b/hack/update_catalog.sh @@ -3,7 +3,7 @@ set -eu #!/usr/bin/env bash -export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:f986d935fa7f83e284cd5347f5fad78a9147e2534efad98d42bdbd69276c38d0" +export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:4afcbf5db8beca04c82abb61440c76bd112a1905668bf6c586af34cc887b1e86" export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:dc2477c2b77ff57695a77d76e5e89ec2d587a16c3098b747452d838ad02d8bad" export INDEX_FILE=/configs/bpfman-operator/index.yaml