diff --git a/hack/update_bundle.sh b/hack/update_bundle.sh index 69fd4e12f..d4da35057 100755 --- a/hack/update_bundle.sh +++ b/hack/update_bundle.sh @@ -3,7 +3,7 @@ set -eu #!/usr/bin/env bash -export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:f41e7409742e32d61bf505a550cebb713a27d61188f6a65bbc92a59acafbc246" +export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:41aaa6034949f2ed0f0946fa604246dc16f8e774a444784230a030ea4a3f7e6b" export CSV_FILE=/manifests/bpfman-operator.clusterserviceversion.yaml