From bec5c637049f43be6810a7269338cfeb50c9b2f3 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 10:53:09 +0000 Subject: [PATCH] chore(deps): update ocp-bpfman-operator-bundle to f986d93 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 fd60add4c..328fc6bfc 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:e787b3826d34049e02dd15c92c8ac692678ceaaeeb65a6f83e648be33328b48c" +export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:f986d935fa7f83e284cd5347f5fad78a9147e2534efad98d42bdbd69276c38d0" export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:8b3f5fa26294718264a322bdd1fe70ccf1abbd4c9b76bf5261bd6f872dae1ad5" export INDEX_FILE=/configs/bpfman-operator/index.yaml