From a132d3e94226d473e22e196cbcd388ac7c444b37 Mon Sep 17 00:00:00 2001 From: Sarah Wang Date: Wed, 29 Jan 2025 13:23:43 -0500 Subject: [PATCH] update latest agent and cluster agent version to 7.62.0 (#1644) (#1645) --- 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 a6a8a46aa..110054a11 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.61.0" + AgentLatestVersion = "7.62.0" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.61.0" + ClusterAgentLatestVersion = "7.62.0" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.1.6" // GCRContainerRegistry corresponds to the datadoghq GCR registry