From d82cb0b7653562137fd437a654e142d2b6d71b1e Mon Sep 17 00:00:00 2001 From: David Ortiz Date: Thu, 13 Oct 2022 16:47:41 +0200 Subject: [PATCH] [defaulting/images] Update agents to 7.39.2 (#628) --- 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 d8efd6719..9769c0fe9 100644 --- a/pkg/defaulting/images.go +++ b/pkg/defaulting/images.go @@ -16,9 +16,9 @@ type ContainerRegistry string const ( // AgentLatestVersion correspond to the latest stable agent release - AgentLatestVersion = "7.39.0" + AgentLatestVersion = "7.39.2" // ClusterAgentLatestVersion correspond to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.39.0" + ClusterAgentLatestVersion = "7.39.2" // GCRContainerRegistry correspond to the datadoghq GCR registry GCRContainerRegistry ContainerRegistry = "gcr.io/datadoghq"