From 8f465fe50e2bbf640613c4678b99454ca2f3e066 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:13:52 +0000 Subject: [PATCH] chore(deps): update bpfman to 151e7f3 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 d99296a85..48bb53165 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:9ef94724c2fd9e9adee6c60bdb487c1f3fb4305ea00673288ea81e63e122adbb" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:151e7f39408325b96b7cee9e5418cc1cb735839f2695f95fe3baf545360b83d0" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml