From b3d3e906a43aef72be91afe3d6e016cdc933e895 Mon Sep 17 00:00:00 2001 From: ev1yehor <146825775+ev1yehor@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:02:18 +0300 Subject: [PATCH] update --- .buildkite/packetbeat/pipeline.packetbeat.yml | 2 +- .buildkite/x-pack/pipeline.xpack.packetbeat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/packetbeat/pipeline.packetbeat.yml b/.buildkite/packetbeat/pipeline.packetbeat.yml index 16ab76b54347..40e5f0f4b6fb 100644 --- a/.buildkite/packetbeat/pipeline.packetbeat.yml +++ b/.buildkite/packetbeat/pipeline.packetbeat.yml @@ -36,7 +36,7 @@ steps: automatic: - limit: 3 agents: - image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.3" + image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest" cpu: "4000m" memory: "8Gi" useCustomGlobalHooks: true diff --git a/.buildkite/x-pack/pipeline.xpack.packetbeat.yml b/.buildkite/x-pack/pipeline.xpack.packetbeat.yml index 4270f40e8749..71027426992e 100644 --- a/.buildkite/x-pack/pipeline.xpack.packetbeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.packetbeat.yml @@ -38,7 +38,7 @@ steps: automatic: - limit: 3 agents: - image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.3" + image: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest" cpu: "4000m" memory: "8Gi" useCustomGlobalHooks: true