From 170b7e046f6dfe8f758aab364c60c1e6e73e25d0 Mon Sep 17 00:00:00 2001 From: Jared Sprague Date: Tue, 28 Apr 2026 15:36:36 -0400 Subject: [PATCH] chore: updated the okp image pull url --- docs/okp_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/okp_guide.md b/docs/okp_guide.md index faa8f320f..fccfd7806 100644 --- a/docs/okp_guide.md +++ b/docs/okp_guide.md @@ -47,7 +47,7 @@ OKP (Offline Knowledge Portal) provides a Solr-backed RAG source that Lightspeed Start the OKP RAG service with Podman: ```bash -podman run --rm -d -p 8983:8080 images.paas.redhat.com/offline-kbase/rhokp-rag:mar-9-2026 +podman run --rm -d -p 8983:8080 registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest ``` > **Note:** Remove `-d` to run in the foreground.