From 592c4fef72847af77628c7c76bce6ca320437e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Bavelier?= Date: Tue, 24 Sep 2024 10:33:56 +0200 Subject: [PATCH] update to 7.57.2 --- pkg/defaulting/images.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/defaulting/images.go b/pkg/defaulting/images.go index e3d470498..419ce439b 100644 --- a/pkg/defaulting/images.go +++ b/pkg/defaulting/images.go @@ -16,9 +16,9 @@ type ContainerRegistry string const ( // AgentLatestVersion corresponds to the latest stable agent release - AgentLatestVersion = "7.56.2" + AgentLatestVersion = "7.57.2" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.56.2" + ClusterAgentLatestVersion = "7.57.2" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.0.1" // GCRContainerRegistry corresponds to the datadoghq GCR registry