From 83740c9bd8d7b35d39bb4a791a9245f4a90d4552 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:01:53 +0000 Subject: [PATCH] chore(deps): update bpfman to 72f3526 Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> --- hack/update_configmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update_configmap.sh b/hack/update_configmap.sh index ceedfc74d..027d4b14b 100755 --- a/hack/update_configmap.sh +++ b/hack/update_configmap.sh @@ -5,7 +5,7 @@ set -eu export BPFMAN_AGENT_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-agent@sha256:bc8ae4e907bafeefe6cf53058d6a9c4e2a30ecc11d79e04104f6df62104ad516" -export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:42648c0bbcd84fb56873e695477cf3ae8d0779278e1be2f7fe1095601d350cf2" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:72f35262cc52220385251282bf66996cbd08277710f8beb63584823e3a4ade3e" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml