From 4284c007be82099f827d84d5d674f42952a547ed Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:19:21 +0200 Subject: [PATCH] [8.10](backport #3255) [main](backport #3248) 8.9.1 changelog generation (#3272) * 8.9.1 changelog generation (#3248) (#3255) (cherry picked from commit fd7c7f848ccb25e89166267be9187515fb87bcc5) # Conflicts: # changelog/fragments/1691070305-Upgrade-to-Go-1.20.7.yaml Co-authored-by: Pierre HILBERT (cherry picked from commit aac878daed0aaaa2b19a5e048068554c1845c55a) * Fixing elastic-agent-standalone-kubernetes.yaml --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Pierre HILBERT --- deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml b/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml index ca2b06f5d19..d0ddeb4f339 100644 --- a/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml +++ b/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml @@ -683,7 +683,7 @@ spec: # - -c # - >- # mkdir -p /etc/elastic-agent/inputs.d && - # wget -O - https://github.com/elastic/elastic-agent/archive/main.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-main/deploy/kubernetes/elastic-agent-standalone/templates.d" + # wget -O - https://github.com/elastic/elastic-agent/archive/8.10.0.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-8.10.0/deploy/kubernetes/elastic-agent-standalone/templates.d" # volumeMounts: # - name: external-inputs # mountPath: /etc/elastic-agent/inputs.d