From 4a6ea9bd1734c8bb4f89ba4ba581056326db88a4 Mon Sep 17 00:00:00 2001 From: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Date: Sun, 13 Oct 2024 09:31:52 -0700 Subject: [PATCH] docs: updated agent-mode (#4268) --- .../deployment-modes/agent-mode/install-agent-host.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md b/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md index 382f062c2c..4912b10dcc 100644 --- a/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md +++ b/docs/docs-content/deployment-modes/agent-mode/install-agent-host.md @@ -287,7 +287,7 @@ internet. 4. Download the agent installation image from a host with internet access and export it to a TAR file. Replace `` with the architecture of your CPU. If you have ARM64, use `arm64`. If you have AMD64 or x86_64, use - `amd64`. Replace `` with the desired version number. In this example, we use `v4.5.x`. + `amd64`. Replace `` with the desired version number. In this example, we use `v4.5.0`. ```shell crane pull us-docker.pkg.dev/palette-images/edge/stylus-agent-mode-linux-: agent-image.tar @@ -296,7 +296,7 @@ internet. 5. Issue the following command from a host with internet access to download the agent binary and name the binary `palette-agent`. Replace `` with the architecture of your CPU. If you have ARM64, use `arm64`. If you have AMD64 or x86_64, use `amd64`. Replace `` with the desired version number. In this example, we use - `v4.5.x`. + `v4.5.0`. ```shell export URL=https://github.com/spectrocloud/agent-mode/releases/download//palette-agent-linux-