From 096f63800673b8ddaea6bf8f6c647a79df9540c0 Mon Sep 17 00:00:00 2001 From: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:21:35 +0000 Subject: [PATCH] chore(deps): update bpfman-agent to 3e46797 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 154e4ff49..74bb0b8fc 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:c11614bd8d7762aa970b00c58945c4b4fa82af581e2445b5327c896c4bc04244" +export BPFMAN_AGENT_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-agent@sha256:3e4679779cbb1ee9b03507b007ea7c37bc0dc96bdbd8956b5762f32d2d0dbd06" export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:96782b69e06530c4400c67e1714dd034d08ce67d65fbd54ecb1668d11cea149c"