From e17cb052ddbede158859ca5c7c7ee3daf6071524 Mon Sep 17 00:00:00 2001 From: Regina Scott <50851526+reginapizza@users.noreply.github.com> Date: Thu, 25 May 2023 13:41:37 -0400 Subject: [PATCH] update image from quay to internal registry Now that the must-gather is productized it should have the image coming from internal registry (registry.redhat.io) instead of quay. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f48385..1077d4a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Usage ```sh -oc adm must-gather --image=quay.io/redhat-developer/gitops-must-gather:latest +oc adm must-gather --image=registry.redhat.io/openshift-gitops-1/gitops-must-gather-rhel-8:v1.9.0 ``` The command above will create a local directory with a dump of the OpenShift GitOps state. Note that this command will only get data related to the GitOps Operator in your OpenShift cluster.