From 7672d4b3e60204135f23664d84e168856fcb8440 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:02:07 +0000 Subject: [PATCH] chore(deps): update bpfman-operator to b149557 Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> --- hack/update_bundle.sh | 2 +- hack/update_catalog.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/update_bundle.sh b/hack/update_bundle.sh index 2a3e67276..760614935 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:fcd3c01c6e4b6c7edd64fa316f89389cc6224b5666cbd8444d03374ffe1a1288" +export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:b1495577e905976e87d64c32a6373a18c41ffc9f7b5c96c9b45398af2fbd3df0" export CSV_FILE=/manifests/bpfman-operator.clusterserviceversion.yaml diff --git a/hack/update_catalog.sh b/hack/update_catalog.sh index 28f79aec6..1967f0484 100755 --- a/hack/update_catalog.sh +++ b/hack/update_catalog.sh @@ -4,7 +4,7 @@ set -eu #!/usr/bin/env bash export BPFMAN_OPERATOR_BUNDLE_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-operator-bundle@sha256:9304f025fdeea72a0ed9ec5471da3d2c7ff4768ac06f02a15c58bc603da1939a" -export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:fcd3c01c6e4b6c7edd64fa316f89389cc6224b5666cbd8444d03374ffe1a1288" +export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:b1495577e905976e87d64c32a6373a18c41ffc9f7b5c96c9b45398af2fbd3df0" export INDEX_FILE=/configs/bpfman-operator/index.yaml