From bda16333ff2803d7ab507630c812158b57670214 Mon Sep 17 00:00:00 2001 From: Cedric Lamoriniere Date: Thu, 8 Sep 2022 13:52:32 +0200 Subject: [PATCH] Default Agent and Cluster-Agent image to 7.39.0 --- 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 c4b3cf69b..d8efd6719 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.38.1" + AgentLatestVersion = "7.39.0" // ClusterAgentLatestVersion correspond to the latest stable cluster-agent release - ClusterAgentLatestVersion = "1.22.0" + ClusterAgentLatestVersion = "7.39.0" // GCRContainerRegistry correspond to the datadoghq GCR registry GCRContainerRegistry ContainerRegistry = "gcr.io/datadoghq"