From ffdba3874229ec8d39de978d31dc68100306d17d Mon Sep 17 00:00:00 2001 From: Omkar Joshi <103182931+omkarjoshi0304@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:53:04 +0100 Subject: [PATCH] Update cosign verification URL for repo migration Update cosign verification URL from openstack-lightspeed/rag-content to openstack-k8s-operators/lightspeed-rag-content. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c156f0c..d6241f2 100644 --- a/README.md +++ b/README.md @@ -204,5 +204,5 @@ using the [cosign](https://github.com/sigstore/cosign) utility: ``` IMAGE=quay.io/openstack-lightspeed/rag-content@sha256: -cosign verify --key https://raw.githubusercontent.com/openstack-lightspeed/rag-content/refs/heads/main/.github/workflows/cosign.pub ${IMAGE} +cosign verify --key https://raw.githubusercontent.com/openstack-k8s-operators/lightspeed-rag-content/refs/heads/main/.github/workflows/cosign.pub ${IMAGE} ```