diff --git a/config/bpfman-deployment/config.yaml b/config/bpfman-deployment/config.yaml index ac9177f76..1a0ec9df0 100644 --- a/config/bpfman-deployment/config.yaml +++ b/config/bpfman-deployment/config.yaml @@ -18,3 +18,6 @@ data: [database] max_retries = 30 millisec_delay = 10000 + [registry] + xdp_dispatcher_image = "quay.io/bpfman/xdp-dispatcher:latest" + tc_dispatcher_image = "quay.io/bpfman/tc-dispatcher:latest" \ No newline at end of file