From 8345e2bced735d9499bd624ebca074f447d27ce8 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:33:17 +0000 Subject: [PATCH] chore(deps): update ocp-bpfman-operator-bundle to 40c6715 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 9683751b5..46c82d799 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:8628db6781c6ecf11bb5ea92b6ac12efd5e510b01c4e42535ec7af39e67031d8" +export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:40c6715bcee67390f42ef7215dcb1407c347ee27974474666f3e7eb6ca9fef68" export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:8b3f5fa26294718264a322bdd1fe70ccf1abbd4c9b76bf5261bd6f872dae1ad5" export INDEX_FILE=/configs/bpfman-operator/index.yaml