From d1b44f8e7bd66627046ee41a63deb7a93eb53c9a Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 Dec 2024 14:00:38 -0700 Subject: [PATCH] Repeat how-to-find-proper-argocd-version instructions --- docs/admin/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/admin/installation.rst b/docs/admin/installation.rst index d2474cb5ff..0e807d2055 100644 --- a/docs/admin/installation.rst +++ b/docs/admin/installation.rst @@ -60,6 +60,7 @@ These can be run repeatedly to reinstall Phalanx over an existing deployment. * If you get a message indicating that ``argocd`` plaintext login has failed, the actual error is that your local ``argocd`` executable is obsolete. Update ``argocd`` and try again. + To see the version of the client that is currently tested, search for ``argocd-linux`` in `.github/workflows/ci.yaml `__. Using a Vault token rather than AppRole =======================================