From de8d7174fa648191e9edf065382b4f031a2bdb17 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:10:24 +0000 Subject: [PATCH] chore(deps): update bpfman-agent to c11614b --- 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 931e09a0c..e05f3ce40 100755 --- a/hack/update_configmap.sh +++ b/hack/update_configmap.sh @@ -3,7 +3,7 @@ set -eu #!/usr/bin/env bash -export BPFMAN_AGENT_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-agent@sha256:eab0b7df2b02904bd2bb798069c5c1c02e91ed080d6fec1f3724caceb5b7f010" +export BPFMAN_AGENT_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-agent@sha256:c11614bd8d7762aa970b00c58945c4b4fa82af581e2445b5327c896c4bc04244" export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:fa890a0d6257bc0d20fcb9058363581d24435424fb23dee20953ff5a3596653e"