From c9760cf7a5fb5ef9720cbe5903ccc2ea3fc35a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Mon, 8 Sep 2025 16:37:20 +0200 Subject: [PATCH] docs: Update docs to be version agnostic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Gondža --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e1882..4596e14 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:$GITOPS_VERSION ``` 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.