diff --git a/hack/update_configmap.sh b/hack/update_configmap.sh index d99296a85..48bb53165 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:bc8ae4e907bafeefe6cf53058d6a9c4e2a30ecc11d79e04104f6df62104ad516" -export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:9ef94724c2fd9e9adee6c60bdb487c1f3fb4305ea00673288ea81e63e122adbb" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:151e7f39408325b96b7cee9e5418cc1cb735839f2695f95fe3baf545360b83d0" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml