From 8ec4905ffa65f1c761dab59cfc3a603e4e2e8260 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:41:42 +0000 Subject: [PATCH] chore(deps): update ocp-bpfman to 548c804 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 b43454d3a..f09e1af87 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:e29a3017dc95cf505e757eadbbce737c48d6a5b5cbdbbcec49749d5bfa023957" -export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:e5f38ea8e2c3dec8cd92e4321386ecfbfbfc883cfb9e677d0f823f4b25d99898" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:548c8043aa82da94be3360d09fd25ab8704b37105da47178fcf00cd9165eef4f" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml