diff --git a/hack/update_configmap.sh b/hack/update_configmap.sh index e05f3ce40..154e4ff49 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:c11614bd8d7762aa970b00c58945c4b4fa82af581e2445b5327c896c4bc04244" -export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:fa890a0d6257bc0d20fcb9058363581d24435424fb23dee20953ff5a3596653e" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:96782b69e06530c4400c67e1714dd034d08ce67d65fbd54ecb1668d11cea149c" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml