From 358c68d10a29462b7d41f9c6dca5e61670ab6ed9 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:20:26 +0000 Subject: [PATCH] chore(deps): update bpfman to 6695cb1 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 dfdc2238b..e1ccaaaf9 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:3236da943ba7b7fb6278dc2dbf2ad0acf0a7395dfbc32d4d51bd22e90f7a97d2" -export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:99b555246a4531be284ff9d0ae6c1a6437a8344ecf0cc105c6f797f079376268" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:6695cb152b142267a365cccedb3758426470f9509012f715f3b476bb106a37cc" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml