From 4e732948e6a8c491f9654297c57ec5514c90a822 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:16:25 +0000 Subject: [PATCH] chore(deps): update bpfman-operator-bundle to a34f31a --- 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 645b9192d..f9691e06d 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:6ad4121ae674fb3a96f6a54f3775c73f703ebca19c53bd574bd67a3acfd455e8" +export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:a34f31a51cfb105bcf3e6ba1753d866d2cd045333766747505b04da8d341b0ab" export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:be7c86a9eb9314d5609c419dfe0d810872b53665ba265fc42492ecdcd61e15e8" export INDEX_FILE=/configs/bpfman-operator/index.yaml