From 7c8b670fe8fc11382692d61973ce7c147b4fb0cd Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:27:14 +0000 Subject: [PATCH] Update ocp-bpfman-operator-bundle to 7b4917a 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 f058234f8..2d31f0b91 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:9071b7cc50af422ae928ec12dcff9afd071ea2bde1169d75c0ff5821f4874179" +export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:7b4917a5c91b212f85148d39f894cc71db53cb17d7cbab7c44c3c194cb0fd066" export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:e9c9f2a28a9cd98127da7c210ffed640359a6350939ed56974de34e1544adb19" export INDEX_FILE=/configs/bpfman-operator/index.yaml