From 728d2b11749a531ee21d4d2ea82e9e4f1bb939af Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:23:23 -0400 Subject: [PATCH] Fix standalone agent K8s manifest link to include patch level (#1344) * Fix standalone agent K8s manifest link to include patch level * Update docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> --------- Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> (cherry picked from commit 153b04d7ef4011e38b1a6d59b5a54ac41f1d7dcb) --- .../elastic-agent/running-on-kubernetes-standalone.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc b/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc index 5a2b0f06c..012afbe7d 100644 --- a/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc +++ b/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc @@ -1,7 +1,7 @@ [[running-on-kubernetes-standalone]] = Run {agent} Standalone on Kubernetes -:manifest: https://raw.githubusercontent.com/elastic/elastic-agent/{branch}/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml +:manifest: https://raw.githubusercontent.com/elastic/elastic-agent/v{bare_version}/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml :show-condition: enabled == What you need