From 52a24cd69d6f40c4c373ef3d3e726affe2818f4a Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Wed, 23 Aug 2023 13:58:39 +0200 Subject: [PATCH] Fix URI for must-gather image --- doc/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage.md b/doc/usage.md index 7647edef0..0b15f778d 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -404,10 +404,10 @@ including advanced topics such as content building. ## Must-gather support An `oc adm must-gather` image for collecting operator information for debugging -or support is available at `ghcr.io/complianceascode/compliance-operator-must-gather:latest`: +or support is available at `ghcr.io/complianceascode/must-gather-ocp:latest`: ``` -$ oc adm must-gather --image=ghcr.io/complianceascode/compliance-operator-must-gather:latest +$ oc adm must-gather --image=ghcr.io/complianceascode/must-gather-ocp:latest ``` ## Metrics